I guess I've found the problem with the message dialog. message->type
had a value of 183 in the first call to fill_in_dialog and therefore
button was NULL:-(.
Andreas
1999-03-25 Andreas Jaeger <[EMAIL PROTECTED]>
* objects/UML/message.c (fill_in_dialog): Only set button if
message->type is ok.
--- objects/UML/message.c.~2~ Thu Mar 25 09:58:31 1999
+++ objects/UML/message.c Thu Mar 25 10:27:33 1999
@@ -542,8 +542,8 @@
button = GTK_TOGGLE_BUTTON(prop_dialog->m_recursive);
break;
}
-
- gtk_toggle_button_set_active(button, TRUE);
+ if (button)
+ gtk_toggle_button_set_active(button, TRUE);
}
static GtkWidget *
--
Andreas Jaeger [EMAIL PROTECTED] [EMAIL PROTECTED]
for pgp-key finger [EMAIL PROTECTED]