aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-26 14:24:36 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-26 14:24:36 +0800
commit07618fafb82cecce57a42b4c8fb3b1da01f304cf (patch)
treea3e7520d49c7de2915916f50fe221209ecc356d6 /src
parenta1b4deee94e3cf847626ceb24c8c1ef17f272992 (diff)
parent05c4867fe0e03b2aedf5f30e07c713e4d6ac2bb0 (diff)
downloadgsoc2013-empathy-07618fafb82cecce57a42b4c8fb3b1da01f304cf.tar
gsoc2013-empathy-07618fafb82cecce57a42b4c8fb3b1da01f304cf.tar.gz
gsoc2013-empathy-07618fafb82cecce57a42b4c8fb3b1da01f304cf.tar.bz2
gsoc2013-empathy-07618fafb82cecce57a42b4c8fb3b1da01f304cf.tar.lz
gsoc2013-empathy-07618fafb82cecce57a42b4c8fb3b1da01f304cf.tar.xz
gsoc2013-empathy-07618fafb82cecce57a42b4c8fb3b1da01f304cf.tar.zst
gsoc2013-empathy-07618fafb82cecce57a42b4c8fb3b1da01f304cf.zip
Merge branch 'gnome-2-34' into empathy-skype
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-window.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 7dcc996ac..7669c6e7f 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -2443,6 +2443,11 @@ 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 ();
+
+ /* we want to display the newly created window even if we don't present
+ * it */
+ priv = GET_PRIV (window);
+ gtk_widget_show (priv->dialog);
}
empathy_chat_window_add_chat (window, chat);