[Gnucash-changes] r14344 - gnucash/trunk - Hide notebook tabs on programmatically changed notebook.

David Hampton hampton at cvs.gnucash.org
Tue Jun 6 20:43:48 EDT 2006


Author: hampton
Date: 2006-06-06 20:43:48 -0400 (Tue, 06 Jun 2006)
New Revision: 14344
Trac: http://svn.gnucash.org/trac/changeset/14344

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/business/business-gnome/glade/billterms.glade
Log:
Hide notebook tabs on programmatically changed notebook.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-06-06 20:13:04 UTC (rev 14343)
+++ gnucash/trunk/ChangeLog	2006-06-07 00:43:48 UTC (rev 14344)
@@ -1,3 +1,8 @@
+2006-06-06  David Hampton  <hampton at employees.org>
+
+	* src/business/business-gnome/glade/billterms.glade: Hide notebook
+	tabs on programmatically changed notebook.
+
 2006-06-05  Chris Lyttle  <chris at wilddev.net>
 
 	* packaging/gnucash-1.9.x.ebuild: Update to use -docs-1.9.0

Modified: gnucash/trunk/src/business/business-gnome/glade/billterms.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/billterms.glade	2006-06-06 20:13:04 UTC (rev 14343)
+++ gnucash/trunk/src/business/business-gnome/glade/billterms.glade	2006-06-07 00:43:48 UTC (rev 14344)
@@ -1105,8 +1105,7 @@
   <child>
     <widget class="GtkNotebook" id="term_notebook">
       <property name="visible">True</property>
-      <property name="can_focus">True</property>
-      <property name="show_tabs">True</property>
+      <property name="show_tabs">False</property>
       <property name="show_border">False</property>
       <property name="tab_pos">GTK_POS_TOP</property>
       <property name="scrollable">False</property>



More information about the gnucash-changes mailing list