[Gnucash-changes] r12208 - gnucash/trunk - Mark budget strings
for i18n
David Hampton
hampton-gnucash at rainbolthampton.net
Fri Dec 30 11:25:03 EST 2005
On Fri, 2005-12-30 at 11:00 -0500, Chris Shoemaker wrote:
> Modified: gnucash/trunk/src/gnome/glade/budget.glade
> ===================================================================
> --- gnucash/trunk/src/gnome/glade/budget.glade 2005-12-30 10:48:13 UTC (rev 12207)
> +++ gnucash/trunk/src/gnome/glade/budget.glade 2005-12-30 16:00:05 UTC (rev 12208)
> @@ -2325,6 +219,10 @@
> <property name="yalign">0</property>
> <property name="xpad">0</property>
> <property name="ypad">0</property>
> + <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
> + <property name="width_chars">-1</property>
> + <property name="single_line_mode">False</property>
> + <property name="angle">0</property>
> </widget>
> <packing>
> <property name="left_attach">0</property>
These new lines will cause warning messages on a gtk2.4 system whenever
glade tries to instantiate whatever widget they have been added to. I'd
say you're clearly running a gtk2.6 (or better) system and not the
target gtk2.4. I have this exact same problem on my system so I wrote a
script to remove non gtk2.4 supported lines from glade files. I'll
clean it up and commit it to gnucash.
David
More information about the gnucash-devel
mailing list