SF.net SVN: geany: [830] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Sep 22 11:38:19 UTC 2006


Revision: 830
          http://svn.sourceforge.net/geany/?rev=830&view=rev
Author:   ntrel
Date:     2006-09-22 04:38:14 -0700 (Fri, 22 Sep 2006)

Log Message:
-----------
Apply toolbar style on startup (Fixes #1563125).

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-09-21 10:31:06 UTC (rev 829)
+++ trunk/ChangeLog	2006-09-22 11:38:14 UTC (rev 830)
@@ -1,3 +1,8 @@
+2006-09-22  Nick Treleaven  <nick.treleaven at btinternet.com>
+
+ * src/main.c: Apply toolbar style on startup (Fixes #1563125).
+
+
 2006-09-21  Nick Treleaven  <nick.treleaven at btinternet.com>
 
  * src/ui_utils.c:

Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c	2006-09-21 10:31:06 UTC (rev 829)
+++ trunk/src/main.c	2006-09-22 11:38:14 UTC (rev 830)
@@ -165,6 +165,7 @@
 			break;
 		}
 	}
+	gtk_toolbar_set_style(GTK_TOOLBAR(app->toolbar), app->toolbar_icon_style);
 
 	// sets the icon size of the toolbar, use user preferences (.gtkrc) if not set
 	if (app->toolbar_icon_size == GTK_ICON_SIZE_SMALL_TOOLBAR ||


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