X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdialcentral.py;h=e6e1847493a1be3542eb8762098dc0d99178f09a;hb=bbd03807880a0164132101590eaea61928ad872a;hp=8a29d15fe66a87a48d8dd3484513a9013f3405f4;hpb=ee111b917891199edbfc85752e6760dbff8bc6d5;p=gc-dialer diff --git a/src/dialcentral.py b/src/dialcentral.py index 8a29d15..e6e1847 100755 --- a/src/dialcentral.py +++ b/src/dialcentral.py @@ -6,8 +6,7 @@ import sys sys.path.insert(0,"/usr/lib/dialcentral/") -import dialer +import dc_glade -dialer.run_dialpad() - +dc_glade.run_dialpad()