pidgin/plugins/themeedit-icon.c

branch
soc.2013.gobjectification
changeset 34726
af52ff6660c0
parent 34708
dd67596485ca
child 35526
ed1be305c985
equal deleted inserted replaced
34725:5acc823db81d 34726:af52ff6660c0
178 * -- Sad 178 * -- Sad
179 */ 179 */
180 PidginStatusIconTheme *theme = create_icon_theme(window); 180 PidginStatusIconTheme *theme = create_icon_theme(window);
181 pidgin_stock_load_status_icon_theme(PIDGIN_STATUS_ICON_THEME(theme)); 181 pidgin_stock_load_status_icon_theme(PIDGIN_STATUS_ICON_THEME(theme));
182 pidgin_stock_load_stock_icon_theme((PidginStockIconTheme *)theme); 182 pidgin_stock_load_stock_icon_theme((PidginStockIconTheme *)theme);
183 pidgin_blist_refresh(purple_get_blist()); 183 pidgin_blist_refresh(purple_blist_get_buddy_list());
184 g_object_unref(theme); 184 g_object_unref(theme);
185 } 185 }
186 186
187 #ifdef NOT_SADRUL 187 #ifdef NOT_SADRUL
188 static void 188 static void

mercurial