mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 00:10:31 +01:00
2005-11-02 Christopher Aillon <caillon@redhat.com>
* gnome/applet/main.c: Don't set the restart command. This fixes the issue where the restart command was getting copies of all its arguments for each time the applet was restarted. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1095 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
1b73bb6d2f
commit
5efba73c10
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-11-02 Christopher Aillon <caillon@redhat.com>
|
||||
|
||||
* gnome/applet/main.c: Don't set the restart command. This fixes
|
||||
the issue where the restart command was getting copies of all its
|
||||
arguments for each time the applet was restarted.
|
||||
|
||||
2005-11-02 Robert Love <rml@novell.com>
|
||||
|
||||
* gnome/applet/applet.c: Only send the DBUS setWirelessEnabled method
|
||||
|
|
@ -9,7 +15,8 @@
|
|||
|
||||
* gnome/applet/applet.c: add nmwa_enable_wireless_set_active().
|
||||
* gnome/applet/applet-dbus-devices.c: invoke the new function
|
||||
nmwa_enable_wireless_set_active() to ensure that the state of the 'Enable Wireless' checkbox matches the daemon's state. This is a
|
||||
nmwa_enable_wireless_set_active() to ensure that the state of the
|
||||
'Enable Wireless' checkbox matches the daemon's state. This is a
|
||||
concern because the daemon remembers the state.
|
||||
|
||||
2005-11-02 Robert Love <rml@novell.com>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ int main (int argc, char *argv[])
|
|||
GNOME_PARAM_NONE);
|
||||
|
||||
client = gnome_master_client ();
|
||||
gnome_client_set_restart_command (client, argc, argv);
|
||||
gnome_client_set_restart_style (client, GNOME_RESTART_IMMEDIATELY);
|
||||
|
||||
g_signal_connect (client, "save_yourself", G_CALLBACK (session_save), NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue