[d-feet/pygi] Show System/Session bus tabs on startup



commit 43f9f920d2ea520d5f8fef00e298da083f3b6a1b
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Tue Oct 9 19:38:35 2012 +0200

    Show System/Session bus tabs on startup

 dfeet/DFeetApp.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/dfeet/DFeetApp.py b/dfeet/DFeetApp.py
index d8faef4..1a6cfe4 100644
--- a/dfeet/DFeetApp.py
+++ b/dfeet/DFeetApp.py
@@ -159,6 +159,9 @@ class DFeetApp:
 
     def run(self):
         """ start the application """
+        #add a System- and Session Bus tab
+        self.__systembus_connect_cb(None)
+        self.__sessionbus_connect_cb(None)
         Gtk.main()
 
 



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