[Phonehome-commits] r20 - in trunk/frontend: debian src

pamadio at garage.maemo.org pamadio at garage.maemo.org
Wed Oct 15 18:52:34 EEST 2008


Author: pamadio
Date: 2008-10-15 18:52:34 +0300 (Wed, 15 Oct 2008)
New Revision: 20

Modified:
   trunk/frontend/debian/control
   trunk/frontend/src/phonehome-gui
Log:
borked

Modified: trunk/frontend/debian/control
===================================================================
--- trunk/frontend/debian/control	2008-10-15 15:35:11 UTC (rev 19)
+++ trunk/frontend/debian/control	2008-10-15 15:52:34 UTC (rev 20)
@@ -6,7 +6,7 @@
 Standards-Version: 3.7.2
 
 Package: phonehome-gui
-Architecture: any
+Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: <insert up to 60 chars description>
  <insert long description, indented with spaces>

Modified: trunk/frontend/src/phonehome-gui
===================================================================
--- trunk/frontend/src/phonehome-gui	2008-10-15 15:35:11 UTC (rev 19)
+++ trunk/frontend/src/phonehome-gui	2008-10-15 15:52:34 UTC (rev 20)
@@ -23,13 +23,17 @@
 import gtk.glade
 gettext.textdomain('phonehome-gui')
 import hildon
+import osso
 
 class phonehome_frontend(hildon.Program):
     def __init__(self):
-        print "yo"
         self.program=hildon.Program()
         self.program.__init__()
         self.hildon_window = hildon.Window()
+        self.osso_context = osso.Context("org.maemo.phonehome-gui", "0.0.1", False)
+        self.osso_rpc=osso.Rpc(self.osso_context)
+        
+
         gladefile="/usr/share/phonehome-gui/data/phonehome-gui.glade"
         self.hildon_window.connect("destroy",self.end_application)
         self.main_xml=gtk.glade.XML(gladefile,"main_window","phonehome-gui")



More information about the Phonehome-commits mailing list