aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-02 17:42:09 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-02 17:42:09 +0800
commit69900fedd9c4cbfb05a03e6096bab8e815b1e075 (patch)
tree7c890a343b1de61576b9d977d5b83aa37f517831
parent133eb37ea0329d8fdd89f8dd62b09af1d282fc97 (diff)
downloadgsoc2013-empathy-69900fedd9c4cbfb05a03e6096bab8e815b1e075.tar
gsoc2013-empathy-69900fedd9c4cbfb05a03e6096bab8e815b1e075.tar.gz
gsoc2013-empathy-69900fedd9c4cbfb05a03e6096bab8e815b1e075.tar.bz2
gsoc2013-empathy-69900fedd9c4cbfb05a03e6096bab8e815b1e075.tar.lz
gsoc2013-empathy-69900fedd9c4cbfb05a03e6096bab8e815b1e075.tar.xz
gsoc2013-empathy-69900fedd9c4cbfb05a03e6096bab8e815b1e075.tar.zst
gsoc2013-empathy-69900fedd9c4cbfb05a03e6096bab8e815b1e075.zip
Fix separator in the glade and show the chat widget when adding on a window
svn path=/trunk/; revision=848
-rw-r--r--src/empathy-chat-window.c1
-rw-r--r--src/empathy-chat-window.glade4
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>