diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-04-02 17:42:09 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-04-02 17:42:09 +0800 |
commit | 2ca2cc69c96c09c834c86d9c1b683ef60ac17042 (patch) | |
tree | 7c890a343b1de61576b9d977d5b83aa37f517831 /src | |
parent | e77fde856817df649c57969690b811221bc328e0 (diff) | |
download | gsoc2013-empathy-2ca2cc69c96c09c834c86d9c1b683ef60ac17042.tar gsoc2013-empathy-2ca2cc69c96c09c834c86d9c1b683ef60ac17042.tar.gz gsoc2013-empathy-2ca2cc69c96c09c834c86d9c1b683ef60ac17042.tar.bz2 gsoc2013-empathy-2ca2cc69c96c09c834c86d9c1b683ef60ac17042.tar.lz gsoc2013-empathy-2ca2cc69c96c09c834c86d9c1b683ef60ac17042.tar.xz gsoc2013-empathy-2ca2cc69c96c09c834c86d9c1b683ef60ac17042.tar.zst gsoc2013-empathy-2ca2cc69c96c09c834c86d9c1b683ef60ac17042.zip |
Fix separator in the glade and show the chat widget when adding on a window
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@848 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-window.c | 1 | ||||
-rw-r--r-- | src/empathy-chat-window.glade | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index b7e6ccf48..3a761f596 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1407,6 +1407,7 @@ empathy_chat_window_add_chat (EmpathyChatWindow *window, gtk_notebook_set_tab_detachable (GTK_NOTEBOOK (priv->notebook), child, TRUE); gtk_notebook_set_tab_label_packing (GTK_NOTEBOOK (priv->notebook), child, TRUE, TRUE, GTK_PACK_START); + gtk_widget_show (child); empathy_debug (DEBUG_DOMAIN, "Chat added (%d references)", diff --git a/src/empathy-chat-window.glade b/src/empathy-chat-window.glade index 6adf258bc..a03c6a488 100644 --- a/src/empathy-chat-window.glade +++ b/src/empathy-chat-window.glade @@ -54,10 +54,8 @@ </widget> </child> <child> - <widget class="GtkSeparatorMenuItem" id="menuitem1"> + <widget class="GtkSeparatorMenuItem" id="separator1"> <property name="visible">True</property> - <property name="label" translatable="yes">menuitem1</property> - <property name="use_underline">True</property> </widget> </child> <child> |