From 55d878f3d8b3aeb95a6aa6c1ddf0a879f5c4b99f Mon Sep 17 00:00:00 2001 From: epage Date: Sat, 5 Jul 2008 21:11:29 +0000 Subject: [PATCH] *sigh* yet another git-svn-id: file:///svnroot/gc-dialer/trunk@63 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- gc_dialer/gc_dialer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gc_dialer/gc_dialer.py b/gc_dialer/gc_dialer.py index 35967bf..e14ca10 100755 --- a/gc_dialer/gc_dialer.py +++ b/gc_dialer/gc_dialer.py @@ -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) -- 1.7.9.5