﻿id,summary,reporter,owner,description,type,status,milestone,component,version,resolution,keywords,cc
8334,Display account list when disable all accounts,MaaSTaaR,lschiere,"Hello ...

I have very simple patch, I think it's important, after disable all enabled accounts Pidgin will show the list of accounts then you can choose which account you want enable.

file : gtkblist.c
function : disable_account_cb
after this list :

{{{
purple_account_set_enabled(account, PIDGIN_UI, FALSE);
}}}

add

{{{
	if (purple_accounts_get_all_active() == NULL)
		pidgin_accounts_window_show();
}}}

That's it, I hope it's useful and sorry if not :-).

Sorry for my English.",patch,closed,,unclassified,2.5.4,,,
