Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2013-02-27 12:38:32 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2013-02-27 12:38:32 (GMT)
commit5e8b3370f9cfd04fb93afe5f830b0ed8164237cd (patch)
tree5800aefb6ab88ac8b92799d2f7dd5282ea940c95
parentdef08d78f72e5775b03c7c371572edc24aa7e78b (diff)
sdxo#3181: Do not show up/down counters, as they always are stuck at zero :)
-rw-r--r--extensions/deviceicon/network.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/deviceicon/network.py b/extensions/deviceicon/network.py
index 42885b2..9953ea5 100644
--- a/extensions/deviceicon/network.py
+++ b/extensions/deviceicon/network.py
@@ -898,8 +898,6 @@ class GsmDeviceView(TrayIcon):
1, self.__connection_timecount_cb)
self._palette.update_connection_time()
self._palette.update_stats(0, 0)
- if self._palette is not None:
- self._palette.connection_info_box.show()
elif state is network.NM_DEVICE_STATE_DISCONNECTED:
gsm_state = _GSM_STATE_DISCONNECTED