aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-08 01:13:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-08 01:13:24 +0800
commit206b3a79c8b5d941d20a65f258a5beb0b7b32270 (patch)
tree33968c27d89581eb5175e91f6a47eaa09462120e
parent23414db5acced9ab25ca012e86b4efbd1653bbcc (diff)
downloadgsoc2013-empathy-206b3a79c8b5d941d20a65f258a5beb0b7b32270.tar
gsoc2013-empathy-206b3a79c8b5d941d20a65f258a5beb0b7b32270.tar.gz
gsoc2013-empathy-206b3a79c8b5d941d20a65f258a5beb0b7b32270.tar.bz2
gsoc2013-empathy-206b3a79c8b5d941d20a65f258a5beb0b7b32270.tar.lz
gsoc2013-empathy-206b3a79c8b5d941d20a65f258a5beb0b7b32270.tar.xz
gsoc2013-empathy-206b3a79c8b5d941d20a65f258a5beb0b7b32270.tar.zst
gsoc2013-empathy-206b3a79c8b5d941d20a65f258a5beb0b7b32270.zip
Separate geometry of private and muc chat windows (#604003)
-rw-r--r--src/empathy-chat-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 3f12b6393..44bbb4e5d 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);
}