diff --git a/epydial/data/themes_data/blackwhite/images/caller.png b/epydial/data/themes_data/blackwhite/images/caller.png new file mode 100644 index 0000000..e660324 Binary files /dev/null and b/epydial/data/themes_data/blackwhite/images/caller.png differ diff --git a/epydial/data/themes_data/blackwhite/images/no.png b/epydial/data/themes_data/blackwhite/images/no.png new file mode 100644 index 0000000..7e15934 Binary files /dev/null and b/epydial/data/themes_data/blackwhite/images/no.png differ diff --git a/epydial/data/themes_data/blackwhite/images/yes.png b/epydial/data/themes_data/blackwhite/images/yes.png new file mode 100644 index 0000000..c1faf6d Binary files /dev/null and b/epydial/data/themes_data/blackwhite/images/yes.png differ diff --git a/epydial/epydial.py b/epydial/epydial.py index ea7188b..a9ddeea 100755 --- a/epydial/epydial.py +++ b/epydial/epydial.py @@ -283,10 +283,11 @@ class PyneoController(object): highest = counter call = call_obj - if call: call.Hangup(dbus_interface=DIN_CALL) +# if call: + call.Hangup(dbus_interface=DIN_CALL) # Remove the call from our list - class_._calls.__delitem__(call_obj) +# class_._calls.__delitem__(call_obj) @classmethod def on_gsm_wireless_status(class_, status_map):