X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fdialcentral.py;h=e6e1847493a1be3542eb8762098dc0d99178f09a;hb=3ca7385bd450cee5f6226de8456ff7e538c01127;hp=58cd1752898ff59ba58b052395f63b171775a334;hpb=695724b89a2bccce4fa3920568faee688d4954de;p=gc-dialer diff --git a/src/dialcentral.py b/src/dialcentral.py index 58cd175..e6e1847 100755 --- a/src/dialcentral.py +++ b/src/dialcentral.py @@ -6,8 +6,7 @@ import sys sys.path.insert(0,"/usr/lib/dialcentral/") -import gc_dialer +import dc_glade -gc_dialer.run_dialpad() - +dc_glade.run_dialpad()