[Pidgin] #174: tray icon blanking incorrect size

Pidgin trac at pidgin.im
Tue Apr 17 02:36:10 EDT 2007


#174: tray icon blanking incorrect size
--------------------------+-------------------------------------------------
 Reporter:  queueram      |       Type:  patch
   Status:  new           |   Priority:  minor
Component:  pidgin (gtk)  |    Version:  2.0  
 Keywords:                |  
--------------------------+-------------------------------------------------
 After receiving an IM with the tray icon enabled, the blanking frame of
 the tray icon is not the correct size, resulting in the resizing of the
 width allocated for the tray icon in the panel.  This causes everything in
 the panel to move over every time the tray icon blinks.  The problem seems
 to be that the blank image gets its size from a set default size of a
 GTK_ICON_SIZE_LARGE_TOOLBAR icon (24x24) which is different than the size
 of the icon read in docklet_x11_update_icon (16x16 or 22x22, i think).  I
 spent some time looking at the code in pidgin/gtkdocklet-x11.c and the
 GTK+ documentation, and have created a patch that generates a blank image
 based on the size of the update icon to use for the blank icon.  Note,
 this may have some affect on [ticket:49 ticket #49] (resizable tray icons)
 or changes introduced by that ticket may fix this problem.

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


More information about the Tracker mailing list