diff options
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/e-folder-list.c | 2 | ||||
-rw-r--r-- | shell/main.c | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c5d1b47603..580281abe5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-02-05 Dan Winship <danw@ximian.com> + + * e-folder-list.c (e_folder_list_class_init): + s/glade_gnome_init/glade_init/ + + * main.c (main): Likewise + 2003-02-05 Not Zed <NotZed@Ximian.com> * e-shell-startup-wizard.c (start_importers): re-enable. diff --git a/shell/e-folder-list.c b/shell/e-folder-list.c index 2fad48f045..6b7ee32c93 100644 --- a/shell/e-folder-list.c +++ b/shell/e-folder-list.c @@ -223,7 +223,7 @@ e_folder_list_class_init (EFolderListClass *klass) vbox_class = (GtkVBoxClass *) klass; parent_class = g_type_class_ref (PARENT_TYPE); - glade_gnome_init(); + glade_init(); object_class->set_property = e_folder_list_set_property; object_class->get_property = e_folder_list_get_property; diff --git a/shell/main.c b/shell/main.c index c2f39bf164..765b2d7dcd 100644 --- a/shell/main.c +++ b/shell/main.c @@ -492,7 +492,7 @@ main (int argc, char **argv) g_warning ("Could not set up debugging output file."); } - glade_gnome_init (); + glade_init (); e_cursors_init (); e_icon_factory_init (); |