Terminate the list of properties to set
2001-07-09 Bradford Hovinen <hovinen@ximian.com> * capplet-dir.c (capplet_control_launch): Terminate the list of properties to set
This commit is contained in:
parent
983317bc5e
commit
9d08d7b15e
2 changed files with 6 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue