evolution r37318 - branches/kill-bonobo/shell
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37318 - branches/kill-bonobo/shell
- Date: Tue, 24 Feb 2009 18:23:03 +0000 (UTC)
Author: mbarnes
Date: Tue Feb 24 18:23:03 2009
New Revision: 37318
URL: http://svn.gnome.org/viewvc/evolution?rev=37318&view=rev
Log:
Go offline when we see NM_STATE_ASLEEP from NetworkManager (#572962).
Modified:
branches/kill-bonobo/shell/e-shell-nm.c
Modified: branches/kill-bonobo/shell/e-shell-nm.c
==============================================================================
--- branches/kill-bonobo/shell/e-shell-nm.c (original)
+++ branches/kill-bonobo/shell/e-shell-nm.c Tue Feb 24 18:23:03 2009
@@ -85,6 +85,7 @@
case NM_STATE_CONNECTED:
e_shell_set_network_available (shell, TRUE);
break;
+ case NM_STATE_ASLEEP:
case NM_STATE_DISCONNECTED:
e_shell_set_network_available (shell, FALSE);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]