Ticket #127 (closed enhancement: fixed)
iobgxxu
| Reported by: | jluebbe@… | Owned by: | anonymous |
|---|---|---|---|
| Priority: | critical | Milestone: | milestone5 |
| Component: | packaging/distribution | Version: | milestone4 |
| Keywords: | ut72t35 | Cc: |
Description
Moved from OM Track #1969
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
comment:1 Changed 5 years ago by jluebbe@…
- Status changed from new to assigned
- Owner changed from mickey to anonymous
Note: See
TracTickets for help on using
tickets.
