diff options
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 349dfe46ba..36abe7666f 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -1073,7 +1073,7 @@ class_init (ELocalStorageClass *class) EStorageClass *storage_class; GObjectClass *object_class; - parent_class = gtk_type_class (e_storage_get_type ()); + parent_class = g_type_class_ref(e_storage_get_type ()); object_class = G_OBJECT_CLASS (class); storage_class = E_STORAGE_CLASS (class); |