[Bug 29324] Ctrl+W does not close file-roller window

sharninder sharninder at gmail.com
Tue Mar 21 12:55:10 UTC 2006


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);
 }




More information about the desktop-bugs mailing list