[empathy] Separate geometry of private and muc chat windows (#604003)



commit 206b3a79c8b5d941d20a65f258a5beb0b7b32270
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Dec 7 17:13:24 2009 +0000

    Separate geometry of private and muc chat windows (#604003)

 src/empathy-chat-window.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 3f12b63..44bbb4e 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1932,6 +1932,9 @@ empathy_chat_window_add_chat (EmpathyChatWindow *window,
 		if (separate_windows) {
 			name = empathy_chat_get_id (chat);
 		}
+		else if (empathy_chat_is_room (chat)) {
+			name = "room-window";
+		}
 
 		empathy_geometry_bind (GTK_WINDOW (priv->dialog), name);
 	}



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