don't connect to the session manager.
2002-10-20 Mark McLoughlin <mark@skynet.ie> * factory.c: (main): don't connect to the session manager.
This commit is contained in:
parent
df93ce2542
commit
eb18bfe0f2
2 changed files with 9 additions and 2 deletions
|
@ -22,8 +22,11 @@ int main (int argc, char *argv [])
|
|||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
gnome_program_init ("gnome-settings-daemon", VERSION, LIBGNOMEUI_MODULE,
|
||||
argc, argv, NULL);
|
||||
gnome_program_init ("gnome-settings-daemon", VERSION,
|
||||
LIBGNOMEUI_MODULE,
|
||||
argc, argv,
|
||||
GNOME_CLIENT_PARAM_SM_CONNECT, FALSE,
|
||||
NULL);
|
||||
|
||||
if (!bonobo_init (&argc, argv)) {
|
||||
g_error (_("Could not initialize Bonobo"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue