SF.net SVN: geany:[4942] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sat May 22 19:39:15 UTC 2010
Revision: 4942
http://geany.svn.sourceforge.net/geany/?rev=4942&view=rev
Author: eht16
Date: 2010-05-22 19:39:14 +0000 (Sat, 22 May 2010)
Log Message:
-----------
Add Print and Replace toolbar items to the list of document sensitive widgets.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/ui_utils.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-05-22 19:39:03 UTC (rev 4941)
+++ trunk/ChangeLog 2010-05-22 19:39:14 UTC (rev 4942)
@@ -2,6 +2,8 @@
* src/ui_utils.c:
Fix Undo/Redo button state after the last document has been closed.
+ Add Print and Replace toolbar items to the list of document
+ sensitive widgets.
* src/toolbar.c:
Fix crash when the toolbar is reloaded without any open documents.
Modified: trunk/src/ui_utils.c
===================================================================
--- trunk/src/ui_utils.c 2010-05-22 19:39:03 UTC (rev 4941)
+++ trunk/src/ui_utils.c 2010-05-22 19:39:14 UTC (rev 4942)
@@ -684,6 +684,8 @@
add_doc_toolitem("Color");
add_doc_toolitem("Goto");
add_doc_toolitem("GotoEntry");
+ add_doc_toolitem("Replace");
+ add_doc_toolitem("Print");
}
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