SF.net SVN: geany:[4940] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat May 22 19:38:49 UTC 2010


Revision: 4940
          http://geany.svn.sourceforge.net/geany/?rev=4940&view=rev
Author:   eht16
Date:     2010-05-22 19:38:49 +0000 (Sat, 22 May 2010)

Log Message:
-----------
Fix Undo/Redo button state after the last document has been closed.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-05-22 17:12:55 UTC (rev 4939)
+++ trunk/ChangeLog	2010-05-22 19:38:49 UTC (rev 4940)
@@ -1,3 +1,9 @@
+2010-05-22  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ui_utils.c:
+   Fix Undo/Redo button state after the last document has been closed.
+
+
 2010-05-19  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * plugins/classbuilder.c:

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2010-05-22 17:12:55 UTC (rev 4939)
+++ trunk/src/document.c	2010-05-22 19:38:49 UTC (rev 4940)
@@ -673,6 +673,7 @@
 		/*on_notebook1_switch_page(GTK_NOTEBOOK(main_widgets.notebook), NULL, 0, NULL);*/
 		ui_set_window_title(NULL);
 		ui_save_buttons_toggle(FALSE);
+		ui_update_popup_reundo_items(NULL);
 		ui_document_buttons_update();
 		build_menu_update(NULL);
 	}


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