Mercurial > pidgin
changeset 18436:3f964a7e27e2
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
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 05 Jul 2007 08:06:08 +0000 |
parents | 1bb77e24cced |
children | 436d3c4c9930 |
files | pidgin/gtkaccount.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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