Change to reflect new prototype.

2001-07-18  Richard Hestilow  <hestilow@ximian.com>

	* sound-properties-capplet.c (create_dialog): Change to reflect
	new prototype.
This commit is contained in:
Richard Hestilow 2001-07-18 16:13:15 +00:00 committed by Rachel Hestilow
parent 3181b13b99
commit 574cfdef9d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-07-18 Richard Hestilow <hestilow@ximian.com>
* sound-properties-capplet.c (create_dialog): Change to reflect
new prototype.
2001-07-17 Chema Celorio <chema@celorio.com>
* Makefile.am (SUBDIRS): clean

View file

@ -105,7 +105,7 @@ start_esd (void)
*/
static GtkWidget *
create_dialog (void)
create_dialog (Bonobo_PropertyBag bag)
{
GladeXML *data;
GtkWidget *widget;