diff options
Diffstat (limited to 'shell/e-gray-bar.c')
-rw-r--r-- | shell/e-gray-bar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-gray-bar.c b/shell/e-gray-bar.c index e5b0aca94a..1a4c8a93f4 100644 --- a/shell/e-gray-bar.c +++ b/shell/e-gray-bar.c @@ -49,6 +49,7 @@ endarken_style (GtkWidget *widget) rc_style->bg[GTK_STATE_NORMAL].blue = 0x8000; gtk_widget_modify_style (widget, rc_style); + gtk_rc_style_unref (rc_style); } |