Ticket #1969 (closed enhancement: invalid)
Zhone, empty message box disables functionality to send message.
| Reported by: | sillern | Owned by: | openmoko-devel |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | unknown | Version: | FSO-MS2 |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
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,
}
Change History
Note: See
TracTickets for help on using
tickets.

Moved to FSO Trac #127