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:
Mark McLoughlin 2002-10-19 22:45:38 +00:00 committed by Mark McLoughlin
parent df93ce2542
commit eb18bfe0f2
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-10-20 Mark McLoughlin <mark@skynet.ie>
* factory.c: (main): don't connect to the session manager.
2002-10-18 Erwann Chenede - <erwann.chenede@sun.com>
* gnome-settings-keybindings.c

View file

@ -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"));