Apply toolbar style on startup (Fixes #1563125).

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@830 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2006-09-22 11:38:14 +00:00
parent bada0d1705
commit b25d8cc8d6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-09-22 Nick Treleaven <nick.treleaven@btinternet.com>
* src/main.c: Apply toolbar style on startup (Fixes #1563125).
2006-09-21 Nick Treleaven <nick.treleaven@btinternet.com>
* src/ui_utils.c:

View File

@ -165,6 +165,7 @@ static void apply_settings(void)
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 ||