[Gnucash-changes] r13087 - gnucash/trunk - Filter out another post gtk2.4 property.

David Hampton hampton at cvs.gnucash.org
Fri Feb 3 02:19:56 EST 2006


Author: hampton
Date: 2006-02-03 02:19:55 -0500 (Fri, 03 Feb 2006)
New Revision: 13087
Trac: http://svn.gnucash.org/trac/changeset/13087

Modified:
   gnucash/trunk/glade-fixup
   gnucash/trunk/src/gnome/glade/merge.glade
Log:
Filter out another post gtk2.4 property.


Modified: gnucash/trunk/glade-fixup
===================================================================
--- gnucash/trunk/glade-fixup	2006-02-03 06:26:50 UTC (rev 13086)
+++ gnucash/trunk/glade-fixup	2006-02-03 07:19:55 UTC (rev 13087)
@@ -19,4 +19,5 @@
          -e '/name="ellipsize"/d' \
          -e '/name="width_chars"/d' \
          -e '/name="single_line_mode"/d' \
+         -e '/name="urgency_hint"/d' \
          -e '/name="angle"/d'

Modified: gnucash/trunk/src/gnome/glade/merge.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/merge.glade	2006-02-03 06:26:50 UTC (rev 13086)
+++ gnucash/trunk/src/gnome/glade/merge.glade	2006-02-03 07:19:55 UTC (rev 13087)
@@ -17,7 +17,6 @@
   <property name="skip_pager_hint">False</property>
   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
-  <property name="urgency_hint">False</property>
 
   <child>
     <widget class="GnomeDruid" id="merge_druid">



More information about the gnucash-changes mailing list