SF.net SVN: geany: [957] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Nov 1 16:41:03 UTC 2006


Revision: 957
          http://svn.sourceforge.net/geany/?rev=957&view=rev
Author:   ntrel
Date:     2006-11-01 08:40:55 -0800 (Wed, 01 Nov 2006)

Log Message:
-----------
Update Undo items when switching notebook pages.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-11-01 16:40:21 UTC (rev 956)
+++ trunk/ChangeLog	2006-11-01 16:40:55 UTC (rev 957)
@@ -14,6 +14,9 @@
    dialog.
    Move Find Usage code from on_find_usage1_activate to search.c.
    Add ui_button_new_with_image(), ui_hbutton_box_copy_layout().
+ * src/utils.c: Prevent end of line char showing for current function.
+ * src/search.c: Update Save All state after Replace in Session.
+ * src/callbacks.c: Update Undo items when switching notebook pages.
 
 
 2006-10-30  Enrico Tröger  <enrico.troeger at uvena.de>

Modified: trunk/src/callbacks.c
===================================================================
--- trunk/src/callbacks.c	2006-11-01 16:40:21 UTC (rev 956)
+++ trunk/src/callbacks.c	2006-11-01 16:40:55 UTC (rev 957)
@@ -685,6 +685,7 @@
 		gtk_tree_model_foreach(GTK_TREE_MODEL(tv.store_openfiles), treeviews_find_node, GINT_TO_POINTER(idx));
 
 		document_set_text_changed(idx);
+		ui_update_popup_reundo_items(idx);
 		ui_document_show_hide(idx); // update the document menu
 		build_menu_update(idx);
 		ui_update_statusbar(idx, -1);


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