diff options
author | Brent Hull <[email protected]> | 2012-11-17 20:09:06 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2012-11-17 20:09:06 -0500 |
commit | 233037a709c7843cc63e49b90da961da04bed545 (patch) | |
tree | d71602c3504aa15dfcc1a2f3d3af1cf8e5607691 /baobab/data | |
parent | 9990b0c4c279bd1320d4c1efb3d92077727c0f8b (diff) | |
download | mate-utils-233037a709c7843cc63e49b90da961da04bed545.tar.bz2 mate-utils-233037a709c7843cc63e49b90da961da04bed545.tar.xz |
Don't set the toolbar type in the ui file so user's choice will be applied automatically (no need to load the preference from MateConf)
Diffstat (limited to 'baobab/data')
-rw-r--r-- | baobab/data/baobab-main-window.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/baobab/data/baobab-main-window.ui b/baobab/data/baobab-main-window.ui index 55f6215c..85298f4a 100644 --- a/baobab/data/baobab-main-window.ui +++ b/baobab/data/baobab-main-window.ui @@ -220,7 +220,6 @@ <object class="GtkToolbar" id="toolbar1"> <property name="visible">True</property> <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> - <property name="toolbar_style">GTK_TOOLBAR_ICONS</property> <property name="tooltips">True</property> <property name="show_arrow">False</property> <child> |