diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-04 15:09:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-04 15:09:53 +0800 |
commit | 91310499b326bafc8da96814e2e7cdde441c539b (patch) | |
tree | a8e4dfa93eebc24e599c6ccbd39764c335c872d9 /widgets/shortcut-bar/e-icon-bar-bg-item.c | |
parent | e6f93efbadf410e6c9dcd9b4326562b27a8cfef0 (diff) | |
download | gsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.tar.gz gsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.tar.zst gsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.zip |
EIconBar/EShortcutBar constification.
svn path=/trunk/; revision=2792
Diffstat (limited to 'widgets/shortcut-bar/e-icon-bar-bg-item.c')
-rw-r--r-- | widgets/shortcut-bar/e-icon-bar-bg-item.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/e-icon-bar-bg-item.c b/widgets/shortcut-bar/e-icon-bar-bg-item.c index 01ac735d8f..b3a62bbf5b 100644 --- a/widgets/shortcut-bar/e-icon-bar-bg-item.c +++ b/widgets/shortcut-bar/e-icon-bar-bg-item.c @@ -192,6 +192,7 @@ e_icon_bar_bg_item_draw (GnomeCanvasItem *canvas_item, GdkDrawable *drawable, icon_bar = ibitem->icon_bar; g_return_if_fail (icon_bar != NULL); style = GTK_WIDGET (icon_bar)->style; + shadow = GTK_SHADOW_NONE; /* Draw the highlight around the current highlight item. */ item_num = -1; |