Openmoko Bug #1969: Zhone, empty message box disables functionality to send message.

Openmoko Public Trac bugs at docs.openmoko.org
Sat Sep 6 17:56:55 CEST 2008


#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


More information about the devel mailing list