]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-sidebar-links.c
Fix update of zoom control. Bug 308268
[evince.git] / shell / ev-sidebar-links.c
index 14b4b00982935986c5527bd5067206563a660af3..6573f808ac06645ef443334bd372f6297ef3e6b4 100644 (file)
@@ -228,7 +228,7 @@ create_loading_model (void)
        /* Creates a fake model to indicate that we're loading */
        retval = (GtkTreeModel *)gtk_list_store_new (EV_DOCUMENT_LINKS_COLUMN_NUM_COLUMNS,
                                                     G_TYPE_STRING,
-                                                    G_TYPE_OBJECT,
+                                                    G_TYPE_POINTER,
                                                     G_TYPE_BOOLEAN);
 
        gtk_list_store_append (GTK_LIST_STORE (retval), &iter);