Kaydet (Commit) e4a593a4 authored tarafından Nick Treleaven's avatar Nick Treleaven

Show icons only in the file browser toolbar.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1983 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst cf3f0594
......@@ -11,6 +11,8 @@
Minor editing of some strings.
* plugins/classbuilder.c:
Capitalize menu item text.
* plugins/filebrowser.c:
Show icons only in the file browser toolbar.
2007-10-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
......
......@@ -409,6 +409,7 @@ static GtkWidget *make_toolbar()
toolbar = gtk_toolbar_new();
gtk_toolbar_set_icon_size(GTK_TOOLBAR(toolbar), GTK_ICON_SIZE_MENU);
gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_ICONS);
wid = (GtkWidget *) gtk_tool_button_new_from_stock(GTK_STOCK_GO_UP);
gtk_tool_item_set_tooltip(GTK_TOOL_ITEM(wid), tooltips,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment