diff options
author | Miguel de Icaza <miguel@helixcode.com> | 2000-12-25 16:18:54 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-12-25 16:18:54 +0800 |
commit | ccba11c01dfd352be50aec31c1cd7030ed01ad60 (patch) | |
tree | af934a232b3ca2139515ead246b3117a8ef7ab31 | |
parent | bb0585fe6073cb9aa7146df289284185c707c29d (diff) | |
download | gsoc2013-evolution-ccba11c01dfd352be50aec31c1cd7030ed01ad60.tar gsoc2013-evolution-ccba11c01dfd352be50aec31c1cd7030ed01ad60.tar.gz gsoc2013-evolution-ccba11c01dfd352be50aec31c1cd7030ed01ad60.tar.bz2 gsoc2013-evolution-ccba11c01dfd352be50aec31c1cd7030ed01ad60.tar.lz gsoc2013-evolution-ccba11c01dfd352be50aec31c1cd7030ed01ad60.tar.xz gsoc2013-evolution-ccba11c01dfd352be50aec31c1cd7030ed01ad60.tar.zst gsoc2013-evolution-ccba11c01dfd352be50aec31c1cd7030ed01ad60.zip |
Pass draw_background = FALSE
2000-12-25 Miguel de Icaza <miguel@helixcode.com>
* e-icon-bar.c (e_icon_bar_add_item): Pass draw_background = FALSE
svn path=/trunk/; revision=7162
-rw-r--r-- | widgets/shortcut-bar/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/shortcut-bar/e-icon-bar.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog index 088eed7ea3..c97eeef07d 100644 --- a/widgets/shortcut-bar/ChangeLog +++ b/widgets/shortcut-bar/ChangeLog @@ -1,3 +1,7 @@ +2000-12-25 Miguel de Icaza <miguel@helixcode.com> + + * e-icon-bar.c (e_icon_bar_add_item): Pass draw_background = FALSE + 2000-09-30 Damon Chaplin <damon@helixcode.com> * test-shortcut-bar.c: updated to use new EShortcutBar signals for DnD. diff --git a/widgets/shortcut-bar/e-icon-bar.c b/widgets/shortcut-bar/e-icon-bar.c index 35f5d23f93..81f1de7a06 100644 --- a/widgets/shortcut-bar/e-icon-bar.c +++ b/widgets/shortcut-bar/e-icon-bar.c @@ -666,6 +666,7 @@ e_icon_bar_add_item (EIconBar *icon_bar, "clip_width", (gdouble) (icon_bar->text_w), "clip_height", clip_height, "text", text, + "draw_background", FALSE, NULL); e_canvas_item_move_absolute(item.text, text_x, 0); |