[Gnucash-changes] r11942 - gnucash/trunk - Phil Longstaff's changes to set GTK_SHADOW_IN in the commodities

David Hampton hampton at cvs.gnucash.org
Mon Nov 14 23:38:07 EST 2005


Author: hampton
Date: 2005-11-14 23:38:06 -0500 (Mon, 14 Nov 2005)
New Revision: 11942
Trac: http://svn.gnucash.org/trac/changeset/11942

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/glade/account.glade
   gnucash/trunk/src/gnome/glade/commodities.glade
   gnucash/trunk/src/gnome/glade/price.glade
Log:
Phil Longstaff's changes to set GTK_SHADOW_IN in the commodities
dialog scroll box and the account dialog parent scroll box.  Also make
the 'edit', 'remove' and 'remove-old' buttons on the price db dialog
box insensitive until a price is chosen.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-15 04:17:10 UTC (rev 11941)
+++ gnucash/trunk/ChangeLog	2005-11-15 04:38:06 UTC (rev 11942)
@@ -1,5 +1,11 @@
-2005-11-14  David Hampton  <hampton at employees.org>
+2005-11-14    <david at hampton-pc.rainbolthampton.net>
 
+	* src/gnome/glade/price.glade: Phil Longstaff's changes to set
+	GTK_SHADOW_IN in the commodities dialog scroll box and the account
+	dialog parent scroll box.  Also make the 'edit', 'remove' and
+	'remove-old' buttons on the price db dialog box insensitive until
+	a price is chosen.
+
 	* src/core-utils/gnc-gkeyfile-utils.c:
 	* src/gnome-utils/gnc-main-window.c: Scott Oonk's for for x86_64
 	compile warnings.

Modified: gnucash/trunk/src/gnome/glade/account.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/account.glade	2005-11-15 04:17:10 UTC (rev 11941)
+++ gnucash/trunk/src/gnome/glade/account.glade	2005-11-15 04:38:06 UTC (rev 11942)
@@ -715,7 +715,7 @@
 			  <property name="visible">True</property>
 			  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 			  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-			  <property name="shadow_type">GTK_SHADOW_NONE</property>
+			  <property name="shadow_type">GTK_SHADOW_IN</property>
 			  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
 			  <child>

Modified: gnucash/trunk/src/gnome/glade/commodities.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/commodities.glade	2005-11-15 04:17:10 UTC (rev 11941)
+++ gnucash/trunk/src/gnome/glade/commodities.glade	2005-11-15 04:38:06 UTC (rev 11942)
@@ -222,7 +222,7 @@
 		      <property name="can_focus">True</property>
 		      <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
 		      <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
-		      <property name="shadow_type">GTK_SHADOW_NONE</property>
+		      <property name="shadow_type">GTK_SHADOW_IN</property>
 		      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
 		      <child>

Modified: gnucash/trunk/src/gnome/glade/price.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/price.glade	2005-11-15 04:17:10 UTC (rev 11941)
+++ gnucash/trunk/src/gnome/glade/price.glade	2005-11-15 04:38:06 UTC (rev 11942)
@@ -111,6 +111,7 @@
 		  <child>
 		    <widget class="GtkButton" id="remove_button">
 		      <property name="visible">True</property>
+		      <property name="sensitive">False</property>
 		      <property name="tooltip" translatable="yes">Remove the current price</property>
 		      <property name="can_default">True</property>
 		      <property name="can_focus">True</property>
@@ -125,6 +126,7 @@
 		  <child>
 		    <widget class="GtkButton" id="remove_old_button">
 		      <property name="visible">True</property>
+		      <property name="sensitive">False</property>
 		      <property name="tooltip" translatable="yes">Remove prices older than a user-entered date</property>
 		      <property name="can_default">True</property>
 		      <property name="can_focus">True</property>
@@ -197,6 +199,7 @@
 		  <child>
 		    <widget class="GtkButton" id="edit_button">
 		      <property name="visible">True</property>
+		      <property name="sensitive">False</property>
 		      <property name="tooltip" translatable="yes">Edit the current price.</property>
 		      <property name="can_default">True</property>
 		      <property name="can_focus">True</property>



More information about the gnucash-changes mailing list