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.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11942 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/register-rewrite
David Hampton 21 years ago
parent fb927fe111
commit d8ad06a689

@ -1,4 +1,10 @@
2005-11-14 David Hampton <hampton@employees.org>
2005-11-14 <david@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

@ -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>

@ -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>

@ -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>

Loading…
Cancel
Save