Public bug report changed: https://launchpad.net/malone/bugs/29324
Comment: sorry, Am pasting cvs diff output now. Is this what the original bug reporter wanted ? ? patch Index: src/actions.c =================================================================== RCS file: /cvs/gnome/file-roller/src/actions.c,v retrieving revision 1.25 diff -u -p -r1.25 actions.c --- src/actions.c 4 Mar 2006 09:53:42 -0000 1.25 +++ src/actions.c 14 Mar 2006 07:02:58 -0000 @@ -653,7 +653,11 @@ void activate_action_close (GtkAction *action, gpointer data) { + FRWindow *window = data; + window_archive_close ((FRWindow*) data); + + window_close(window); } -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs