diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-25 01:05:44 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-25 02:44:09 +0800 |
commit | 76332f0f9be6ffe77f7b756d00384e1c46c6cf9e (patch) | |
tree | 25efcbf18cd2801d55f92323eb00374483c9b4ff /src/empathy-chat-window.c | |
parent | c633b9b25a6bd729b8441382332e807d31331a93 (diff) | |
download | gsoc2013-empathy-76332f0f9be6ffe77f7b756d00384e1c46c6cf9e.tar gsoc2013-empathy-76332f0f9be6ffe77f7b756d00384e1c46c6cf9e.tar.gz gsoc2013-empathy-76332f0f9be6ffe77f7b756d00384e1c46c6cf9e.tar.bz2 gsoc2013-empathy-76332f0f9be6ffe77f7b756d00384e1c46c6cf9e.tar.lz gsoc2013-empathy-76332f0f9be6ffe77f7b756d00384e1c46c6cf9e.tar.xz gsoc2013-empathy-76332f0f9be6ffe77f7b756d00384e1c46c6cf9e.tar.zst gsoc2013-empathy-76332f0f9be6ffe77f7b756d00384e1c46c6cf9e.zip |
Always at least show new chat windows even if not presenting them
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index ca569e11d..0c4089ee7 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -2283,6 +2283,7 @@ empathy_chat_window_present_chat (EmpathyChat *chat, window = empathy_chat_window_get_default (empathy_chat_is_room (chat)); if (!window) { window = empathy_chat_window_new (); + gtk_widget_show_all (GET_PRIV (window)->dialog); } empathy_chat_window_add_chat (window, chat); |