From ccba11c01dfd352be50aec31c1cd7030ed01ad60 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 25 Dec 2000 08:18:54 +0000 Subject: Pass draw_background = FALSE 2000-12-25 Miguel de Icaza * e-icon-bar.c (e_icon_bar_add_item): Pass draw_background = FALSE svn path=/trunk/; revision=7162 --- widgets/shortcut-bar/ChangeLog | 4 ++++ widgets/shortcut-bar/e-icon-bar.c | 1 + 2 files changed, 5 insertions(+) (limited to 'widgets') 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 + + * e-icon-bar.c (e_icon_bar_add_item): Pass draw_background = FALSE + 2000-09-30 Damon Chaplin * 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); -- cgit v1.2.3