diff -r 5acc823db81d -r af52ff6660c0 pidgin/plugins/themeedit-icon.c --- a/pidgin/plugins/themeedit-icon.c Tue Jul 09 01:38:29 2013 +0530 +++ b/pidgin/plugins/themeedit-icon.c Tue Jul 09 14:21:39 2013 +0530 @@ -180,7 +180,7 @@ PidginStatusIconTheme *theme = create_icon_theme(window); pidgin_stock_load_status_icon_theme(PIDGIN_STATUS_ICON_THEME(theme)); pidgin_stock_load_stock_icon_theme((PidginStockIconTheme *)theme); - pidgin_blist_refresh(purple_get_blist()); + pidgin_blist_refresh(purple_blist_get_buddy_list()); g_object_unref(theme); }