plugins/docklet/docklet-x11.c

changeset 10574
5abb2931b6ff
parent 10505
4c063ce8ed62
child 10765
aca333747801
equal deleted inserted replaced
10573:5ca839bf7c95 10574:5abb2931b6ff
171 171
172 if (blank_icon) 172 if (blank_icon)
173 g_object_unref(G_OBJECT(blank_icon)); 173 g_object_unref(G_OBJECT(blank_icon));
174 blank_icon = NULL; 174 blank_icon = NULL;
175 175
176 if (image)
177 gtk_widget_destroy(image);
178 image = NULL; 176 image = NULL;
179 177
180 gaim_debug(GAIM_DEBUG_INFO, "tray icon", "destroyed\n"); 178 gaim_debug(GAIM_DEBUG_INFO, "tray icon", "destroyed\n");
181 } 179 }
182 180

mercurial