SF.net SVN: geany:[3840] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Jun 5 15:45:45 UTC 2009


Revision: 3840
          http://geany.svn.sourceforge.net/geany/?rev=3840&view=rev
Author:   ntrel
Date:     2009-06-05 15:45:44 +0000 (Fri, 05 Jun 2009)

Log Message:
-----------
Set status bar text instead of showing a dialog when saving
ui_toolbar.xml because the user might save several times.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-06-05 15:35:47 UTC (rev 3839)
+++ trunk/ChangeLog	2009-06-05 15:45:44 UTC (rev 3840)
@@ -1,3 +1,10 @@
+2009-06-05  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/toolbar.c:
+   Set status bar text instead of showing a dialog when saving
+   ui_toolbar.xml because the user might save several times.
+
+
 2009-06-05  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/images.c, src/about.c, src/ui_utils.c, THANKS:

Modified: trunk/src/toolbar.c
===================================================================
--- trunk/src/toolbar.c	2009-06-05 15:35:47 UTC (rev 3839)
+++ trunk/src/toolbar.c	2009-06-05 15:45:44 UTC (rev 3840)
@@ -150,8 +150,8 @@
 
 	if (utils_str_equal(doc->real_path, utils_build_path(app->configdir, "ui_toolbar.xml", NULL)))
 	{
-		dialogs_show_msgbox(GTK_MESSAGE_INFO,
-		_("For all changes you make in this file to take effect, you need to restart Geany."));
+		ui_set_statusbar(FALSE, "%s",
+			_("For all changes you make in this file to take effect, you need to restart Geany."));
 	}
 }
 


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