]> git.0d.be Git - empathy.git/commitdiff
Always at least show new chat windows even if not presenting them
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 24 Apr 2010 17:05:44 +0000 (18:05 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 24 Apr 2010 18:44:09 +0000 (19:44 +0100)
src/empathy-chat-window.c

index ca569e11dca9deae9944168be6c67042550c4ead..0c4089ee7ce108bf26bd78c6038dd95eec42cbf1 100644 (file)
@@ -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);