Problems changing Loan Druid- Amendment to Glade or glade-fixup?
Nick
manville at doctors.org.uk
Fri Apr 8 07:41:13 EDT 2011
Hi,
I'm trying to make some small amendments to the loan druid, when I save
the file I find that the xml for commit_pg has it's property
"GNOME_EDGE_FINISH" changed to "Edge Finish" every time I save it, which
then causes the druid code to collapse at ld_com_new when I get to the
final page (That is: the final page of the druid has a Forward, rather
than Apply button - the forward is currently pointing at a g-assert
(FALSE) in loan-druid.c)
I am using Glade 3.6.7. on Ubuntu 10.10.
Aside from manually editing this everytime I save the Glade file, does
anybody know if I can setup my Glade differently to stop it doing this?
Could (should) glade-fixup be changed to incorporate this?
Working:
<widget class="GnomeDruidPageEdge" id="commit_pg">
<property name="visible">True</property>
<property name="position">GNOME_EDGE_FINISH</property>
<property name="text" translatable="yes">Press apply to commit these
changes.</property>
</widget>
Not working:
<widget class="GnomeDruidPageEdge" id="commit_pg">
<property name="visible">True</property>
<property name="position">Edge Finish</property>
<property name="text" translatable="yes">Press apply to commit these
changes.</property>
</widget>
Thanks
Nick
More information about the gnucash-devel
mailing list