diff --git a/ChangeLog b/ChangeLog index 168d831c7f..28053e331c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2006-02-02 Dan Williams +2006-02-03 Dan Williams + + * gnome/applet/main.c + - (main): change the NEVER->ALWAYS so we start at the + beginning of the session, if being session-managed + +2006-02-03 Dan Williams * gnome/applet/main.c - (main): in a variation on Robert's patch, change diff --git a/gnome/applet/main.c b/gnome/applet/main.c index 7772c963a5..49ade58c3b 100644 --- a/gnome/applet/main.c +++ b/gnome/applet/main.c @@ -52,7 +52,7 @@ int main (int argc, char *argv[]) GNOME_PARAM_NONE, GNOME_PARAM_NONE); client = gnome_master_client (); - gnome_client_set_restart_style (client, GNOME_RESTART_NEVER); + gnome_client_set_restart_style (client, GNOME_RESTART_ANYWAY); g_signal_connect (client, "save_yourself", G_CALLBACK (session_save), NULL); g_signal_connect (client, "die", G_CALLBACK (session_die), NULL);