Use .gnome/capplet-archive rather than .gnome/control-center

2001-07-09  Bradford Hovinen  <hovinen@ximian.com>

	* archive.c (archive_load): Use .gnome/capplet-archive rather than
	.gnome/control-center

	* sound-properties-capplet.c (create_control_cb): Implement
	(main): Use create_control_cb

	* Bonobo_Control_Capplet_sound_properties.oaf: Use PropertyControl
	interface

	* sound-properties-capplet.c (create_dialog_cb): Update signature
	for use as a BonoboPropertyControlGetControlFn

	* capplet-dir.c (capplet_control_launch): Create a control by
	first retrieving the PropertyControl and then extracting the
	control from it
	(capplet_control_launch): Connect button signals
	(capplet_cancel_cb): Implement. Just destroy the app widget
	(capplet_ok_cb): Ditto.
	(capplet_control_launch): Don't use a BonoboArg when setting the
	property
This commit is contained in:
Bradford Hovinen 2001-07-09 18:36:10 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 299c4ed6f4
commit c09362e12a
7 changed files with 72 additions and 15 deletions

View file

@ -240,7 +240,7 @@ archive_load (gboolean is_global)
prefix = "/var/ximian-setup-tools";
else
prefix = g_concat_dir_and_file (g_get_home_dir (),
".gnome/control-center");
".gnome/capplet-archive");
object = gtk_object_new (archive_get_type (),
"prefix", prefix,