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 22:43:44 +0800
commitd30fab8f713da3ea3cd98926fa84695ede0f1472 (patch)
tree6734e872ca994218f806a425e514591d44e49a83
parent10dd9c770ceeaa7d9c572c5999b82ba5477f27ee (diff)
downloadgsoc2013-empathy-d30fab8f713da3ea3cd98926fa84695ede0f1472.tar
gsoc2013-empathy-d30fab8f713da3ea3cd98926fa84695ede0f1472.tar.gz
gsoc2013-empathy-d30fab8f713da3ea3cd98926fa84695ede0f1472.tar.bz2
gsoc2013-empathy-d30fab8f713da3ea3cd98926fa84695ede0f1472.tar.lz
gsoc2013-empathy-d30fab8f713da3ea3cd98926fa84695ede0f1472.tar.xz
gsoc2013-empathy-d30fab8f713da3ea3cd98926fa84695ede0f1472.tar.zst
gsoc2013-empathy-d30fab8f713da3ea3cd98926fa84695ede0f1472.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 0674283f2..cb9de9b5b 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -2377,7 +2377,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);