From a66eae167484718678ceae7368c167aacb322b38 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 9 Dec 2000 00:55:57 +0000 Subject: Complete the code to associate a URI and a folder type to the toplevel node in a storage. It sucks a bit and needs a little more refactoring. svn path=/trunk/; revision=6878 --- shell/e-shortcuts-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shortcuts-view.c') diff --git a/shell/e-shortcuts-view.c b/shell/e-shortcuts-view.c index 59eef10833..30ced8d61f 100644 --- a/shell/e-shortcuts-view.c +++ b/shell/e-shortcuts-view.c @@ -522,8 +522,8 @@ e_shortcuts_view_construct (EShortcutsView *shortcuts_view, priv = shortcuts_view->priv; - gtk_object_ref (GTK_OBJECT (priv->shortcuts)); priv->shortcuts = shortcuts; + gtk_object_ref (GTK_OBJECT (priv->shortcuts)); e_shortcut_bar_set_icon_callback (E_SHORTCUT_BAR (shortcuts_view), icon_callback, shortcuts); -- cgit v1.2.3