aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-04-25 01:05:44 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-04-25 02:44:09 +0800
commit76332f0f9be6ffe77f7b756d00384e1c46c6cf9e (patch)
tree25efcbf18cd2801d55f92323eb00374483c9b4ff /src
parentc633b9b25a6bd729b8441382332e807d31331a93 (diff)
downloadgsoc2013-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')
-rw-r--r--src/empathy-chat-window.c1
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);