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:
Bradford Hovinen 2001-07-09 14:03:26 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 983317bc5e
commit 9d08d7b15e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-07-09 Bradford Hovinen <hovinen@ximian.com>
* capplet-dir.c (capplet_control_launch): Terminate the list of
properties to set
2001-07-03 Bradford Hovinen <hovinen@ximian.com> 2001-07-03 Bradford Hovinen <hovinen@ximian.com>
* capplet-dir.c (capplet_control_launch): Use GnomeDialog rather * capplet-dir.c (capplet_control_launch): Use GnomeDialog rather

View file

@ -432,7 +432,7 @@ capplet_control_launch (const gchar *capplet_name)
value = bonobo_arg_new (BONOBO_ARG_STRING); value = bonobo_arg_new (BONOBO_ARG_STRING);
BONOBO_ARG_SET_STRING (value, moniker); 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); bonobo_arg_release (value);
gtk_widget_show_all (app); gtk_widget_show_all (app);