r15432 - gnucash/trunk/util - Update for the new base level of gtk2.6.

David Hampton hampton at cvs.gnucash.org
Fri Jan 26 23:31:29 EST 2007


Author: hampton
Date: 2007-01-26 23:31:29 -0500 (Fri, 26 Jan 2007)
New Revision: 15432
Trac: http://svn.gnucash.org/trac/changeset/15432

Modified:
   gnucash/trunk/util/glade-fixup
Log:
Update for the new base level of gtk2.6.


Modified: gnucash/trunk/util/glade-fixup
===================================================================
--- gnucash/trunk/util/glade-fixup	2007-01-27 04:29:54 UTC (rev 15431)
+++ gnucash/trunk/util/glade-fixup	2007-01-27 04:31:29 UTC (rev 15432)
@@ -15,12 +15,25 @@
 fi
 
 find ${SEARCHDIRS} -name \*.glade | xargs \
-  sed -i -e '/name="focus_on_map"/d' \
-         -e '/name="ellipsize"/d' \
-         -e '/name="width_chars"/d' \
-         -e '/name="single_line_mode"/d' \
-         -e '/name="urgency_hint"/d' \
-         -e '/name="hover_expand"/d' \
-         -e '/name="hover_selection"/d' \
-         -e '/name="add_tearoffs"/d' \
-         -e '/name="angle"/d'
+  sed -i -e '/name="urgency_hint"/d' \
+         -e '/name="pack_direction"/d' \
+         -e '/name="child_pack_direction"/d'
+
+# GTK 2.6 (now allowed)
+#	add_tearoffs
+#	angle
+#	ellipsize
+#	focus_on_map
+#	hover_expand
+#	hover_selection
+#	single_line_mode
+#	width_chars
+#
+# GTK 2.8
+#	child_pack_direction
+#	pack_direction
+#	urgency_hint
+#
+# GTK 2.10
+#	(none)
+#



More information about the gnucash-changes mailing list