SF.net SVN: geany: [757] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Aug 22 19:53:17 UTC 2006


Revision: 757
Author:   ntrel
Date:     2006-08-22 12:53:11 -0700 (Tue, 22 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=757&view=rev

Log Message:
-----------
Fix quit confirmation message with no files open

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/callbacks.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-08-22 19:15:33 UTC (rev 756)
+++ trunk/ChangeLog	2006-08-22 19:53:11 UTC (rev 757)
@@ -1,3 +1,8 @@
+2006-08-22  Nick Treleaven  <nick.treleaven at btinternet.com>
+
+ * src/callbacks.c: Fix quit confirmation message with no files open.
+
+
 2006-08-22  Enrico Tröger  <enrico.troeger at uvena.de>
 
  * src/vte.c, src/prefs.c, src/keyfile.c, src/utils.c:

Modified: trunk/src/callbacks.c
===================================================================
--- trunk/src/callbacks.c	2006-08-22 19:15:33 UTC (rev 756)
+++ trunk/src/callbacks.c	2006-08-22 19:53:11 UTC (rev 757)
@@ -203,7 +203,7 @@
 	{
 		if (app->pref_main_confirm_exit)
 		{
-			if (dialogs_show_question(GTK_STOCK_QUIT, GTK_STOCK_CANCEL, NULL,
+			if (dialogs_show_question_full(GTK_STOCK_QUIT, GTK_STOCK_CANCEL, NULL,
 				_("Do you really want to quit?")))
 					destroyapp(NULL, gdata);
 			else app->quitting = FALSE;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list