aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-01-31 20:42:25 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-01-31 20:42:25 +0800
commit7548f42681c7b6792cffb6135b525436dc280fa8 (patch)
tree0e18b98e10100afe98bd330d6b0e907af3b75a7e /lib/egg
parent419f820922705e79860f0c57a46db11742601f6d (diff)
downloadgsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar
gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.gz
gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.bz2
gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.lz
gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.xz
gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.zst
gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.zip
Add icons, fix some minor appeareance stuff, rework ui updating to deal
2003-01-31 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: Add icons, fix some minor appeareance stuff, rework ui updating to deal with editor size.
Diffstat (limited to 'lib/egg')
-rw-r--r--lib/egg/eggtoolbutton.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/egg/eggtoolbutton.c b/lib/egg/eggtoolbutton.c
index 7c6e8e865..4ff471729 100644
--- a/lib/egg/eggtoolbutton.c
+++ b/lib/egg/eggtoolbutton.c
@@ -277,6 +277,8 @@ egg_tool_button_set_property (GObject *object,
}
gtk_image_set_from_stock (GTK_IMAGE (button->icon), button->stock_id,
EGG_TOOL_ITEM (button)->icon_size);
+ if (EGG_TOOL_ITEM (button)->style != GTK_TOOLBAR_TEXT)
+ gtk_widget_show (button->icon);
}
break;
case PROP_ICON_SET: