# HG changeset patch # User Mark Doliner # Date 1183622768 0 # Node ID 3f964a7e27e21cb19e067e864eff4d3bceea639f # Parent 1bb77e24ccedda9f961b01d973420ba1bbc26df3 Don't present the buddy list when a row is added to the accounts window. I'm not quite sure why this was done... I'm guessing so that the buddy list comes to the front when a new account is added. Do we really want that? If so, the Pidgin gtkblist code should watch the account-added signal instead. This fixes a bug where 1. System tray icon is enabled and buddy list is hidden 2. User right-clicks system tray icon and selects "Accounts" 3. The buddy list pops up diff -r 1bb77e24cced -r 3f964a7e27e2 pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Thu Jul 05 02:39:54 2007 +0000 +++ b/pidgin/gtkaccount.c Thu Jul 05 08:06:08 2007 +0000 @@ -2088,7 +2088,6 @@ gtk_notebook_set_current_page(GTK_NOTEBOOK(accounts_window->notebook),1); set_account(accounts_window->model, &iter, account, global_buddyicon); - gtk_window_present(GTK_WINDOW(pidgin_blist_get_default_gtk_blist()->window)); } static gboolean