diff options
Diffstat (limited to 'components/tree/main.c')
-rw-r--r-- | components/tree/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/tree/main.c b/components/tree/main.c index 57d56a4cc..793759cee 100644 --- a/components/tree/main.c +++ b/components/tree/main.c @@ -104,13 +104,13 @@ main (int argc, char *argv[]) g_thread_init (NULL); + gnomelib_register_popt_table (oaf_popt_options, oaf_get_popt_table_name ()); + orb = oaf_init (argc, argv); + gnome_init_with_popt_table("nautilus-tree-view", VERSION, - argc, argv, - oaf_popt_options, 0, NULL); + argc, argv); gdk_rgb_init (); - orb = oaf_init (argc, argv); - gnome_vfs_init (); bonobo_init (orb, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL); |