add some pix for blackwhite theme
git-svn-id: http://www.neo1973-germany.de/svn@133 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
814c3c2c7d
commit
2cd242f769
4 changed files with 3 additions and 2 deletions
BIN
epydial/data/themes_data/blackwhite/images/caller.png
Normal file
BIN
epydial/data/themes_data/blackwhite/images/caller.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
epydial/data/themes_data/blackwhite/images/no.png
Normal file
BIN
epydial/data/themes_data/blackwhite/images/no.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
epydial/data/themes_data/blackwhite/images/yes.png
Normal file
BIN
epydial/data/themes_data/blackwhite/images/yes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -283,10 +283,11 @@ class PyneoController(object):
|
||||||
highest = counter
|
highest = counter
|
||||||
call = call_obj
|
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
|
# Remove the call from our list
|
||||||
class_._calls.__delitem__(call_obj)
|
# class_._calls.__delitem__(call_obj)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def on_gsm_wireless_status(class_, status_map):
|
def on_gsm_wireless_status(class_, status_map):
|
||||||
|
|
Loading…
Reference in a new issue