gimp r27442 - in trunk: . app/actions



Author: neo
Date: Mon Oct 27 12:27:09 2008
New Revision: 27442
URL: http://svn.gnome.org/viewvc/gimp?rev=27442&view=rev

Log:
2008-10-27  Sven Neumann  <sven gimp org>

	* app/actions/text-editor-commands.c 
(text_editor_load_response):
	hide the file dialog instead of destroying it.



Modified:
   trunk/ChangeLog
   trunk/app/actions/text-editor-commands.c

Modified: trunk/app/actions/text-editor-commands.c
==============================================================================
--- trunk/app/actions/text-editor-commands.c	(original)
+++ trunk/app/actions/text-editor-commands.c	Mon Oct 27 12:27:09 2008
@@ -152,5 +152,5 @@
       g_free (filename);
     }
 
-  gtk_widget_destroy (dialog);
+  gtk_widget_hide (dialog);
 }



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