[Bugs] #441 UNSP: Frame: xo icon not reacting to right click

SugarLabs Bugs bugtracker-noreply at sugarlabs.org
Mon Mar 2 09:44:56 EST 2009


#441: Frame: xo icon not reacting to right click
------------------------------------------+---------------------------------
    Reporter:  sascha_silbe               |          Owner:  erikos                     
        Type:  defect                     |         Status:  assigned                   
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  sugar                      |        Version:  Git as of bugdate          
    Severity:  Minor                      |     Resolution:                             
    Keywords:  r?                         |   Distribution:  Unspecified                
Status_field:  Assigned                   |  
------------------------------------------+---------------------------------
Changes (by erikos):

  * keywords:  => r?
  * owner:  marcopg => erikos
  * status:  new => assigned
  * status_field:  New => Assigned


Comment:

 {{{
 diff --git a/src/jarabe/frame/friendstray.py
 b/src/jarabe/frame/friendstray.py
 index 7e15f14..722010d 100644
 --- a/src/jarabe/frame/friendstray.py
 +++ b/src/jarabe/frame/friendstray.py
 @@ -27,11 +27,9 @@ class FriendIcon(TrayIcon):
          TrayIcon.__init__(self, icon_name='computer-xo',
                            xo_color=buddy.get_color())

 -        palette = BuddyMenu(buddy)
 -        palette.props.icon_visible = False
 -        self.set_palette(palette)
 -        palette.set_group_id('frame')
 -        palette.props.invoker = FrameWidgetInvoker(self)
 +        self.set_palette_invoker(FrameWidgetInvoker(self))
 +        self.palette = BuddyMenu(buddy)
 +        self.palette.set_group_id('frame')

  class FriendsTray(VTray):
      def __init__(self):

 }}}

-- 
Ticket URL: <http://dev.sugarlabs.org/ticket/441#comment:1>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list