mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 11:18:28 +02:00
2006-02-03 Dan Williams <dcbw@redhat.com>
* gnome/applet/main.c - (main): change the NEVER->ALWAYS so we start at the beginning of the session, if being session-managed git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1434 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
203eac3431
commit
b54e6ea149
2 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,10 @@
|
|||
2006-02-02 Dan Williams <dcbw@redhat.com>
|
||||
2006-02-03 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* 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 <dcbw@redhat.com>
|
||||
|
||||
* gnome/applet/main.c
|
||||
- (main): in a variation on Robert's patch, change
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue