aboutsummaryrefslogtreecommitdiff
path: root/src/ppm/modemproxy.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-06-13 15:00:37 +0200
committerGuido Günther <agx@sigxcpu.org>2011-12-27 11:19:47 +0100
commit08274f34113d87940e949a1a77f9c51e16c70847 (patch)
tree8a99164884e9884302daf57eaf16e7b798bf987c /src/ppm/modemproxy.py
parent5822451c4fde1935185f543a4bf563404ecadea7 (diff)
Use Infobar instead of modal dialogs
Diffstat (limited to 'src/ppm/modemproxy.py')
-rw-r--r--src/ppm/modemproxy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ppm/modemproxy.py b/src/ppm/modemproxy.py
index c9a7662..fddea25 100644
--- a/src/ppm/modemproxy.py
+++ b/src/ppm/modemproxy.py
@@ -49,9 +49,10 @@ class ModemManagerProxy(GObject.GObject):
MM_DBUS_TIMEOUT = 5000
__gsignals__ = {
- # Emitted when we got the new account balance from the provider
+ # Emitted when a request to MM starts
'request-started': (GObject.SignalFlags.RUN_FIRST, None,
[object]),
+ # Emitted when a request has finished
'request-finished': (GObject.SignalFlags.RUN_FIRST, None,
[object]),
}