[Pidgin] #5672: Tooltip conflict with context menu

Pidgin trac at pidgin.im
Tue Apr 29 20:44:49 EDT 2008


#5672: Tooltip conflict with context menu
-----------------------------------+----------------------------------------
 Reporter:  Arban57                |       Type:  patch
   Status:  new                    |   Priority:  minor
Component:  pidgin (gtk)           |    Version:  2.4.1
 Keywords:  tooltip, context menu  |    Pending:  0    
-----------------------------------+----------------------------------------
 This patch is a fix for Ticket #5003.

 The existing code prevents a new tooltip from beginning to appear when the
 context menu is created.  However, it is possible for a tooltip survive
 the context menu creation and create problems detailed in ticket 5003.

 The new code simply destroys any existing tooltip, just in case, which
 fixes the defect.

 Line added in ''pidgin_blist_show_context_menu'' in ''gtkblist.c''
 {{{

        pidgin_blist_tooltip_destroy();
 }}}


 ----


 This is my first patch with the pidgin project and I'd appreciate any
 feedback you have. [[BR]]
 email: eschwelm [at] andrew [dot] cmu [dot] edu [[BR]]
 aim: Arban57

-- 
Ticket URL: <http://developer.pidgin.im/ticket/5672>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list