diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-12-25 16:37:11 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-12-25 16:37:11 +0800 |
commit | 81a3c39bbcd82d1872ea24974ea93f3c3f918e84 (patch) | |
tree | 5e0d6c6c99de7ffd8a388e03d3ef0ce1db13e41b /executive-summary | |
parent | 4071a11158fa0feb3e804f7cd327cdb0dfc21872 (diff) | |
download | gsoc2013-evolution-81a3c39bbcd82d1872ea24974ea93f3c3f918e84.tar gsoc2013-evolution-81a3c39bbcd82d1872ea24974ea93f3c3f918e84.tar.gz gsoc2013-evolution-81a3c39bbcd82d1872ea24974ea93f3c3f918e84.tar.bz2 gsoc2013-evolution-81a3c39bbcd82d1872ea24974ea93f3c3f918e84.tar.lz gsoc2013-evolution-81a3c39bbcd82d1872ea24974ea93f3c3f918e84.tar.xz gsoc2013-evolution-81a3c39bbcd82d1872ea24974ea93f3c3f918e84.tar.zst gsoc2013-evolution-81a3c39bbcd82d1872ea24974ea93f3c3f918e84.zip |
Set draw_background to FALSE
svn path=/trunk/; revision=7167
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/widgets/e-summary-titlebar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executive-summary/widgets/e-summary-titlebar.c b/executive-summary/widgets/e-summary-titlebar.c index 3188b78bf8..a5c5178a80 100644 --- a/executive-summary/widgets/e-summary-titlebar.c +++ b/executive-summary/widgets/e-summary-titlebar.c @@ -189,6 +189,7 @@ e_summary_titlebar_realize (GnomeCanvasItem *item) "use_ellipsis", TRUE, "fill_color", "black", "anchor", GTK_ANCHOR_NW, + "draw_background", FALSE, NULL); gnome_canvas_item_move (priv->titletext, TITLEBAR_BORDER_WIDTH, (priv->height - font_height) / 2); |