[Nautilus-list] Patch for 75222



http://bugzilla.gnome.org/show_bug.cgi?id=75222

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.5170
diff -u -w -r1.5170 ChangeLog
--- ChangeLog	29 Mar 2002 04:02:53 -0000	1.5170
+++ ChangeLog	29 Mar 2002 15:17:31 -0000
@@ -1,3 +1,10 @@
+2002-03-29  Jody Goldberg <jody gnome org>
+
+	* libnautilus-private/nautilus-program-chooser.c
+	(launch_mime_capplet_and_close_dialog) : don't delete the dialog, we
+	  need to have it send a response (anything but OK I think) so that
+	  the nested main loop will exit.
+
 2002-03-28  Alexander Larsson  <alla lysator liu se>
 
 	* libnautilus-private/nautilus-thumbnails-jpeg.c:
Index: libnautilus-private/nautilus-program-chooser.c
===================================================================
RCS file: /cvs/gnome/nautilus/libnautilus-private/nautilus-program-chooser.c,v
retrieving revision 1.69
diff -u -w -r1.69 nautilus-program-chooser.c
--- libnautilus-private/nautilus-program-chooser.c	7 Mar 2002 19:36:02 -0000	1.69
+++ libnautilus-private/nautilus-program-chooser.c	29 Mar 2002 15:17:31 -0000
@@ -950,7 +950,8 @@
 	
 	g_free (mime_type);
 
-	gtk_object_destroy (GTK_OBJECT (callback_data));
+	gtk_dialog_response (GTK_DIALOG (callback_data),
+		GTK_RESPONSE_DELETE_EVENT);
 }
 
 static void





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]