From: Jim Edwards (jedwards@inmet.gov.br)
Date: Tue Jun 19 2001 - 12:32:06 EDT
I'm using the gnome-perl CVS distribution updated today. The following
glade xml which is a GtkSpinButton in
a simple dialog crashes glade2perl. I have a redhat 7.1 box with perl
from the rpm, XML::writer 0.40 failed at test 40 with a similar crash
but I couldnīt tell if it was related.
Please reply directly, I am not subscribed.
Thanks,
Jim
<?xml version="1.0"?>
<GTK-Interface>
<project>
<name>Gtkspinbutton</name>
<program_name>gtkspinbutton</program_name>
<directory></directory>
<source_directory>src</source_directory>
<pixmaps_directory>pixmaps</pixmaps_directory>
<language>Perl</language>
<gnome_support>True</gnome_support>
<gettext_support>True</gettext_support>
</project>
<widget>
<class>GtkWindow</class>
<name>window1</name>
<title>window1</title>
<type>GTK_WINDOW_TOPLEVEL</type>
<position>GTK_WIN_POS_NONE</position>
<modal>False</modal>
<allow_shrink>False</allow_shrink>
<allow_grow>True</allow_grow>
<auto_shrink>False</auto_shrink>
<widget>
<class>GtkSpinButton</class>
<name>spinbutton1</name>
<can_focus>True</can_focus>
<climb_rate>1</climb_rate>
<digits>0</digits>
<numeric>True</numeric>
<update_policy>GTK_UPDATE_ALWAYS</update_policy>
<snap>False</snap>
<wrap>False</wrap>
<value>0.25</value>
<lower>0.25</lower>
<upper>100</upper>
<step>0.25</step>
<page>10</page>
<page_size>10</page_size>
</widget>
</widget>
</GTK-Interface>
_______________________________________________
Glade-devel maillist - Glade-devel@ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel
This archive was generated by hypermail 2b29 : Tue Jun 19 2001 - 12:52:35 EDT