| 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 |