diff --git a/control-center/ChangeLog b/control-center/ChangeLog index 375b577cc..2fe853b0f 100644 --- a/control-center/ChangeLog +++ b/control-center/ChangeLog @@ -1,3 +1,8 @@ +2001-07-09 Bradford Hovinen + + * capplet-dir.c (capplet_control_launch): Terminate the list of + properties to set + 2001-07-03 Bradford Hovinen * capplet-dir.c (capplet_control_launch): Use GnomeDialog rather diff --git a/control-center/capplet-dir.c b/control-center/capplet-dir.c index 47d0b4d5e..8ad9d5986 100644 --- a/control-center/capplet-dir.c +++ b/control-center/capplet-dir.c @@ -432,7 +432,7 @@ capplet_control_launch (const gchar *capplet_name) value = bonobo_arg_new (BONOBO_ARG_STRING); BONOBO_ARG_SET_STRING (value, moniker); - bonobo_widget_set_property (BONOBO_WIDGET (control), "moniker", value); + bonobo_widget_set_property (BONOBO_WIDGET (control), "moniker", value, NULL); bonobo_arg_release (value); gtk_widget_show_all (app);