aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-30 19:46:48 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-30 19:46:48 +0800
commita67b3d4692546def274d7af1b41c498f19c1c9c4 (patch)
tree936da90e9b11b5e584ea62971d2981552f9f6140
parent671e4e196414bd4bf7f25ef75458c118a93c4640 (diff)
downloadgsoc2013-empathy-a67b3d4692546def274d7af1b41c498f19c1c9c4.tar
gsoc2013-empathy-a67b3d4692546def274d7af1b41c498f19c1c9c4.tar.gz
gsoc2013-empathy-a67b3d4692546def274d7af1b41c498f19c1c9c4.tar.bz2
gsoc2013-empathy-a67b3d4692546def274d7af1b41c498f19c1c9c4.tar.lz
gsoc2013-empathy-a67b3d4692546def274d7af1b41c498f19c1c9c4.tar.xz
gsoc2013-empathy-a67b3d4692546def274d7af1b41c498f19c1c9c4.tar.zst
gsoc2013-empathy-a67b3d4692546def274d7af1b41c498f19c1c9c4.zip
empathy_chat_window_present_chat: no need to call show_all on the window
empathy_window_present_with_time() called later in this function will do it for us. This has the nice side effect of avoid to display the window before resizing it and do making it look bad (#638951).
-rw-r--r--src/empathy-chat-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index aacc301b3..634126799 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -2385,7 +2385,6 @@ 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);