empathy r848 - trunk/src



Author: xclaesse
Date: Wed Apr  2 10:42:09 2008
New Revision: 848
URL: http://svn.gnome.org/viewvc/empathy?rev=848&view=rev

Log:
Fix separator in the glade and show the chat widget when adding on a window


Modified:
   trunk/src/empathy-chat-window.c
   trunk/src/empathy-chat-window.glade

Modified: trunk/src/empathy-chat-window.c
==============================================================================
--- trunk/src/empathy-chat-window.c	(original)
+++ trunk/src/empathy-chat-window.c	Wed Apr  2 10:42:09 2008
@@ -1407,6 +1407,7 @@
 	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)",

Modified: trunk/src/empathy-chat-window.glade
==============================================================================
--- trunk/src/empathy-chat-window.glade	(original)
+++ trunk/src/empathy-chat-window.glade	Wed Apr  2 10:42:09 2008
@@ -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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]