summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDBusBackend.py
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-14 23:06:00 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-14 23:06:00 +0100
commit1ff447ffaaa02cd0c46607f817c13328114145bc (patch)
treed18d75bcc77a2004f9a1b31062380e78cae647db /src/Gui/CCDBusBackend.py
parentd3eb4278cc246e23b24c9a99eb0867ff6cbe0c0b (diff)
downloadabrt-1ff447ffaaa02cd0c46607f817c13328114145bc.tar.gz
abrt-1ff447ffaaa02cd0c46607f817c13328114145bc.tar.xz
abrt-1ff447ffaaa02cd0c46607f817c13328114145bc.zip
add code to make GUI -> daemon settings passing less weird. not enabled yet
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui/CCDBusBackend.py')
-rw-r--r--src/Gui/CCDBusBackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCDBusBackend.py b/src/Gui/CCDBusBackend.py
index 1ec2d8a1..f4ef1040 100644
--- a/src/Gui/CCDBusBackend.py
+++ b/src/Gui/CCDBusBackend.py
@@ -40,7 +40,7 @@ class DBusManager(gobject.GObject):
if session:
try:
- app_proxy = session.get_object(APP_NAME,APP_PATH)
+ app_proxy = session.get_object(APP_NAME, APP_PATH)
app_iface = dbus.Interface(app_proxy, dbus_interface=APP_IFACE)
# app is running, so make it show it self
app_iface.show()