Discussion:
[BitPim-devel] phonebookentryeditor.py minor fix question
Bruce S
2005-06-11 14:27:43 UTC
Permalink
I think these two edits are needed in phonebookentryeditor.py.
I can verify that the ringtone related edit does allow the phonebook entry
editor to bring up the ringtones with the proper settings. I cannot verify
the wallpaper related one.

Can anyone (author?) verify that these changes are appropriate?

Index: phonebookentryeditor.py
=====================================================
RCS file: /cvsroot/bitpim/bitpim/phonebookentryeditor
retrieving revision 1.37
diff -r1.37 phonebookentryeditor.py
112c112
< type=data.get("type", "call")
---
type=data.get("use", "call")
232c232
< type=data.get("type", "call")
---
type=data.get("use", "call")
--
Bruce Schurmann
BitPim LG-VX3200 dev
Loading...