[gnome-shell/wip/aggregate-menu: 17/36] network: Remove a dead signal



commit f913bdb08f3d79f9b9a6f5203f935ed7a3a2a2dd
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed May 22 17:30:41 2013 -0400

    network: Remove a dead signal
    
    This signal is unused.

 js/ui/status/network.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index f77a917..72b514a 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -527,10 +527,6 @@ const NMDevice = new Lang.Class({
             return;
         }
 
-        if (oldstate == NetworkManager.DeviceState.ACTIVATED) {
-            this.emit('network-lost');
-        }
-
         /* Emit a notification if activation fails, but don't do it
            if the reason is no secrets, as that indicates the user
            cancelled the agent dialog */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]