[Glade-users] Gnome Glade 0.5.10 core dumping on Solaris with GnomeMessageBox
Graham Williams
Graham.Williams@cmis.csiro.au
Tue, 26 Sep 2000 19:22:03 +1100 (EST)
I've just upgraded from 0.5.9 to 0.5.10 and my glade file is crashing
Glade. I've narrowed it down to the inclusion of the following
GnomeMessageBox (in fact all of my GnomeMessageBoxes cause a crash,
but then they are all similar). I haven't looked any further.
<?xml version="1.0"?>
<GTK-Interface>
<project>
<name>gdmc50</name>
<program_name>gdmc50</program_name>
<directory></directory>
<source_directory>src</source_directory>
<pixmaps_directory>pixmaps</pixmaps_directory>
<language>C</language>
<gnome_support>True</gnome_support>
<gettext_support>True</gettext_support>
<use_widget_names>True</use_widget_names>
<gnome_help_support>True</gnome_help_support>
</project>
<widget>
<class>GnomeMessageBox</class>
<name>wrongext_messagebox</name>
<message_box_type>GNOME_MESSAGE_BOX_ERROR</message_box_type>
<message>To run C5.0 you need to identify the dataset. A dataset consists of two files:
- a .data file contains the actual data;
- a .names file contains a description of the data.
Please identify either file (they must have the same stem).</message>
<title>No Dataset Specified</title>
<position>GTK_WIN_POS_NONE</position>
<modal>False</modal>
<allow_shrink>False</allow_shrink>
<allow_grow>False</allow_grow>
<auto_shrink>False</auto_shrink>
<auto_close>True</auto_close>
<hide_on_close>False</hide_on_close>
<widget>
<class>GtkVBox</class>
<child_name>GnomeDialog:vbox</child_name>
<name>dialog-vbox1</name>
<homogeneous>False</homogeneous>
<spacing>8</spacing>
<child>
<padding>4</padding>
<expand>True</expand>
<fill>True</fill>
</child>
<widget>
<class>GtkHButtonBox</class>
<child_name>GnomeDialog:action_area</child_name>
<name>dialog-action_area1</name>
<layout_style>GTK_BUTTONBOX_END</layout_style>
<spacing>8</spacing>
<child_min_width>85</child_min_width>
<child_min_height>27</child_min_height>
<child_ipad_x>7</child_ipad_x>
<child_ipad_y>0</child_ipad_y>
<child>
<padding>0</padding>
<expand>False</expand>
<fill>True</fill>
<pack>GTK_PACK_END</pack>
</child>
<widget>
<class>GtkButton</class>
<name>nodataset_ok_button</name>
<can_default>True</can_default>
<can_focus>True</can_focus>
<stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
</widget>
</widget>
</widget>
</widget>
</GTK-Interface>