update example - config.h isn't included anymore

Original commit message from CVS:
update example - config.h isn't included anymore
This commit is contained in:
Benjamin Otte 2003-06-29 14:36:31 +00:00
parent 803ce6bf48
commit 6b5d184d95
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ main (int argc, char **argv)
const gchar **argvn;
options[0].arg = (void *) gst_init_get_popt_table ();
if (! (program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE,
if (! (program = gnome_program_init ("my_package", "0.1", LIBGNOMEUI_MODULE,
argc, argv,
GNOME_PARAM_POPT_TABLE, options,
NULL)))

View file

@ -39,7 +39,7 @@ main (int argc, char **argv)
const gchar **argvn;
options[0].arg = (void *) gst_init_get_popt_table ();
if (! (program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE,
if (! (program = gnome_program_init ("my_package", "0.1", LIBGNOMEUI_MODULE,
argc, argv,
GNOME_PARAM_POPT_TABLE, options,
NULL)))

View file

@ -39,7 +39,7 @@ main (int argc, char **argv)
const gchar **argvn;
options[0].arg = (void *) gst_init_get_popt_table ();
if (! (program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE,
if (! (program = gnome_program_init ("my_package", "0.1", LIBGNOMEUI_MODULE,
argc, argv,
GNOME_PARAM_POPT_TABLE, options,
NULL)))