This commit is contained in:
Rachel Hestilow 2001-07-18 18:51:33 +00:00
parent cefd029e80
commit d5956cd268

View file

@ -146,7 +146,7 @@ get_control_cb (BonoboPropertyControl *property_control, gint page_number)
GtkWidget *pf; GtkWidget *pf;
if (control == NULL) { if (control == NULL) {
widget = create_dialog_cb (void); widget = create_dialog_cb ();
if (widget == NULL) if (widget == NULL)
return NULL; return NULL;