finch/gntblist.c

changeset 40978
2cb285cacbfd
parent 40961
f2f397659f30
child 41008
dc06703548a1
equal deleted inserted replaced
40977:dd0f04c5d212 40978:2cb285cacbfd
2953 } 2953 }
2954 2954
2955 static void 2955 static void
2956 blist_show(PurpleBuddyList *list) 2956 blist_show(PurpleBuddyList *list)
2957 { 2957 {
2958 GObject *plugin_manager = NULL; 2958 GPluginManager *plugin_manager = NULL;
2959 2959
2960 if (ggblist->window) { 2960 if (ggblist->window) {
2961 gnt_window_present(ggblist->window); 2961 gnt_window_present(ggblist->window);
2962 return; 2962 return;
2963 } 2963 }

mercurial