diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-13 21:44:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-12 16:50:48 +0800 |
commit | 5e5c683936f90d3cdc8028827b3d45d71e7dc4a3 (patch) | |
tree | b9f10258de1c90250e1fccc9147de20fa617049c /libempathy-gtk | |
parent | 861b7dab7368472935d533a9bb0c65ad6c1e35c2 (diff) | |
download | gsoc2013-empathy-5e5c683936f90d3cdc8028827b3d45d71e7dc4a3.tar gsoc2013-empathy-5e5c683936f90d3cdc8028827b3d45d71e7dc4a3.tar.gz gsoc2013-empathy-5e5c683936f90d3cdc8028827b3d45d71e7dc4a3.tar.bz2 gsoc2013-empathy-5e5c683936f90d3cdc8028827b3d45d71e7dc4a3.tar.lz gsoc2013-empathy-5e5c683936f90d3cdc8028827b3d45d71e7dc4a3.tar.xz gsoc2013-empathy-5e5c683936f90d3cdc8028827b3d45d71e7dc4a3.tar.zst gsoc2013-empathy-5e5c683936f90d3cdc8028827b3d45d71e7dc4a3.zip |
also use select_account_once_ready when the window already exists
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 35e554dce..8aa2a61c4 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -223,8 +223,7 @@ empathy_log_window_show (TpAccount *account, if (account && chat_id) { gtk_notebook_set_current_page (GTK_NOTEBOOK (log_window->notebook), 1); - log_window_chats_set_selected (log_window, account, - chat_id, is_chatroom); + select_account_once_ready (log_window, account, chat_id, is_chatroom); } return log_window->window; |