[empathy: 8/16] Always at least show new chat windows even if not presenting them



commit 76332f0f9be6ffe77f7b756d00384e1c46c6cf9e
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sat Apr 24 18:05:44 2010 +0100

    Always at least show new chat windows even if not presenting them

 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 ca569e1..0c4089e 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]