Various bug fixes and tweaks found through 0, 1, and 2
[gc-dialer] / src / dialcentral.py
index f73c038..e6e1847 100755 (executable)
@@ -2,9 +2,11 @@
 
 import sys
 
+
 sys.path.insert(0,"/usr/lib/dialcentral/")
 
-from gc_dialer import run_dialpad
 
-run_dialpad()
+import dc_glade
+
 
+dc_glade.run_dialpad()