update example - config.h isn't included anymore
authorBenjamin Otte <otte@gnome.org>
Sun, 29 Jun 2003 14:36:31 +0000 (14:36 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 29 Jun 2003 14:36:31 +0000 (14:36 +0000)
Original commit message from CVS:
update example - config.h isn't included anymore

docs/manual/appendix-gnome.xml
docs/manual/appendix-integration.xml
docs/manual/gnome.xml

index 0085006..ad7ffd6 100644 (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)))
index 0085006..ad7ffd6 100644 (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)))
index 0085006..ad7ffd6 100644 (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)))