pidgin/gtkdocklet-x11.c

changeset 21554
9c28e9cccad7
parent 20962
bca687215ee8
child 21555
c35e8939f694
equal deleted inserted replaced
21553:4edcaa228e11 21554:9c28e9cccad7
137 } 137 }
138 138
139 static void 139 static void
140 docklet_x11_resize_icon(GtkWidget *widget) 140 docklet_x11_resize_icon(GtkWidget *widget)
141 { 141 {
142 if (docklet_height == MIN(widget->allocation.height, widget->allocation.width)) 142 if (docklet_height == widget->allocation.height)
143 return; 143 return;
144 docklet_height = MIN(widget->allocation.height, widget->allocation.width); 144 docklet_height = widget->allocation.height;
145 pidgin_docklet_update_icon(); 145 pidgin_docklet_update_icon();
146 } 146 }
147 147
148 static void 148 static void
149 docklet_x11_blank_icon() 149 docklet_x11_blank_icon()

mercurial