#1969: Zhone, empty message box disables functionality to send message. -------------------------+-------------------------------------------------- Reporter: sillern | Owner: openmoko-devel Type: enhancement | Status: new Priority: low | Milestone: Component: unknown | Version: FSO-MS2 Severity: normal | Keywords: Blockedby: | Reproducible: Blocking: | -------------------------+-------------------------------------------------- If the messagebox is empty, the message-icon is disabled. This will make it impossible to create a new message.
I changed the init-function of zhone to enable the icon, and that resolved the issue, even if it's a quick hack. {{{ diff --git a/src/zhone b/src/zhone index 07101a3..47d6529 100755 --- a/src/zhone +++ b/src/zhone @@ -101,7 +101,7 @@ class pyphone_main(edje_group): self.targets = { "phone": False, "contacts": False, - "sms": False, + "sms": True, "location": False, "configuration": True, } }}} -- Ticket URL: <https://docs.openmoko.org/trac/ticket/1969> docs.openmoko.org <http://docs.openmoko.org/trac/> openmoko trac _______________________________________________ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel