#6743 NORM Never A: border around gtk.entry's

Zarro Boogs per Child bugtracker at laptop.org
Tue Mar 25 06:08:34 EDT 2008


#6743: border around gtk.entry's
---------------------+------------------------------------------------------
  Reporter:  erikos  |       Owner:  benzea        
      Type:  defect  |      Status:  new           
  Priority:  normal  |   Milestone:  Never Assigned
 Component:  sugar   |     Version:                
Resolution:          |    Keywords:                
  Verified:  0       |    Blocking:                
 Blockedby:          |  
---------------------+------------------------------------------------------
Changes (by erikos):

 * cc: morgs (added)


Comment:

 Morgs, the entry in the chat activity has the same issue I have seen, you
 can add these two lines to make it work.

 {{{
 entry.modify_bg(gtk.STATE_INSENSITIVE,
                         style.COLOR_WHITE.get_gdk_color())
 entry.modify_base(gtk.STATE_INSENSITIVE,
                         style.COLOR_WHITE.get_gdk_color())
 }}}

-- 
Ticket URL: <http://dev.laptop.org/ticket/6743#comment:3>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system



More information about the Bugs mailing list