SF.net SVN: geany:[3653] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Mar 25 19:38:14 UTC 2009


Revision: 3653
          http://geany.svn.sourceforge.net/geany/?rev=3653&view=rev
Author:   eht16
Date:     2009-03-25 19:38:14 +0000 (Wed, 25 Mar 2009)

Log Message:
-----------
Re-set the quitting status after all documents have been closed on quitting.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/callbacks.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-03-25 19:00:34 UTC (rev 3652)
+++ trunk/ChangeLog	2009-03-25 19:38:14 UTC (rev 3653)
@@ -9,6 +9,9 @@
    succeeded and use the filename itself if not (e.g. on relative
    filenames, #2702844).
    Use the locale encoded filename when saving session files.
+ * src/callbacks.c:
+   Re-set the quitting status after all documents have been closed on
+   quitting.
 
 
 2009-03-24  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>

Modified: trunk/src/callbacks.c
===================================================================
--- trunk/src/callbacks.c	2009-03-25 19:00:34 UTC (rev 3652)
+++ trunk/src/callbacks.c	2009-03-25 19:38:14 UTC (rev 3653)
@@ -126,6 +126,8 @@
 
 	document_close_all();
 
+	main_status.quitting = TRUE;
+
 	main_quit();
 }
 


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