gtranslator r3643 - trunk/src



Author: icq
Date: Mon Sep 22 09:40:39 2008
New Revision: 3643
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3643&view=rev

Log:
	* tab.c:
	(gtranslator_tab_draw):
	Deactive tabs in the message table notebook if there is no
	plugins using it.

Modified:
   trunk/src/ChangeLog
   trunk/src/tab.c

Modified: trunk/src/tab.c
==============================================================================
--- trunk/src/tab.c	(original)
+++ trunk/src/tab.c	Mon Sep 22 09:40:39 2008
@@ -531,6 +531,9 @@
 	gtk_notebook_append_page (GTK_NOTEBOOK (priv->panel),
 				  priv->message_table,
 				  label_widget);
+
+	gtk_notebook_set_show_tabs(GTK_NOTEBOOK (priv->panel),
+				   FALSE);
 	
 	/*
 	 * Comment pane
@@ -1186,4 +1189,4 @@
 	
 	gtk_notebook_remove_page (GTK_NOTEBOOK (tab->priv->lateral_panel),
 				  page);
-}
\ No newline at end of file
+}



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