*sigh* yet another
authorepage <eopage@byu.net>
Sat, 5 Jul 2008 21:11:29 +0000 (21:11 +0000)
committerepage <eopage@byu.net>
Sat, 5 Jul 2008 21:11:29 +0000 (21:11 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@63 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

gc_dialer/gc_dialer.py

index 35967bf..e14ca10 100755 (executable)
@@ -175,11 +175,11 @@ class Dialpad(object):
                self.osso = None
                self.ebook = None
                if osso is not None:
-                       self.osso = osso.Context(Dialpad.__name__, Dialpad.__version__, False)
+                       self.osso = osso.Context(Dialpad.__app_name__, Dialpad.__version__, False)
                        device = osso.DeviceState(self.osso)
                        device.set_device_state_callback(self._on_device_state_change, 0)
                        if abook is not None and evobook is not None:
-                               abook.init_with_name(Dialpad.__name__, self.osso)
+                               abook.init_with_name(Dialpad.__app_name__, self.osso)
                                self.ebook = evo.open_addressbook("default")
                        else:
                                warnings.warn("No abook and No evolution address book support", UserWarning, 2)