If NM goes away, our icon should be the disconnected icon if we're ever shown for some reason

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1036 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2005-10-18 02:04:43 +00:00
parent 0176d81424
commit bd9787a025

View file

@ -170,6 +170,7 @@ static DBusHandlerResult nmwa_dbus_filter (DBusConnection *connection, DBusMessa
else if (old_owner_good && !new_owner_good)
{
applet->nm_running = FALSE;
applet->nm_state = NM_STATE_DISCONNECTED;
nmi_passphrase_dialog_schedule_cancel (applet);
}
}