cheese r921 - in trunk: . src



Author: fargiolas
Date: Sat Aug 16 15:34:04 2008
New Revision: 921
URL: http://svn.gnome.org/viewvc/cheese?rev=921&view=rev

Log:
remove gtk_init and gst_init, according to the docs these are not needed if we use gtk_get_option_group and gst_init_get_option_group


Modified:
   trunk/ChangeLog
   trunk/src/cheese.c

Modified: trunk/src/cheese.c
==============================================================================
--- trunk/src/cheese.c	(original)
+++ trunk/src/cheese.c	Sat Aug 16 15:34:04 2008
@@ -102,9 +102,6 @@
   g_option_context_parse (context, &argc, &argv, NULL);
   g_option_context_free (context);
 
-  gtk_init (&argc, &argv);
-  gst_init (&argc, &argv);
-
   /* Needed for gnome_thumbnail functions */
   gnome_vfs_init ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]