aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-gray-bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-gray-bar.c')
-rw-r--r--shell/e-gray-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-gray-bar.c b/shell/e-gray-bar.c
index 0e8aab0332..d105791f2d 100644
--- a/shell/e-gray-bar.c
+++ b/shell/e-gray-bar.c
@@ -81,7 +81,7 @@ class_init (GtkObjectClass *object_class)
{
GtkWidgetClass *widget_class;
- parent_class = gtk_type_class (PARENT_TYPE);
+ parent_class = g_type_class_ref(PARENT_TYPE);
widget_class = GTK_WIDGET_CLASS (object_class);
widget_class->style_set = impl_style_set;