cheese r659 - in trunk: . src



Author: jhaitsma
Date: Sat Apr 19 12:16:35 2008
New Revision: 659
URL: http://svn.gnome.org/viewvc/cheese?rev=659&view=rev

Log:
Add comment that gnome_vfs_init is still needed as long as we use gnome_thumbnail functions. Fixes #522189


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

Modified: trunk/src/cheese.c
==============================================================================
--- trunk/src/cheese.c	(original)
+++ trunk/src/cheese.c	Sat Apr 19 12:16:35 2008
@@ -93,6 +93,8 @@
 
   gtk_init (&argc, &argv);
   gst_init (&argc, &argv);
+
+  /* Needed for gnome_thumbnail functions */
   gnome_vfs_init ();
 
   g_set_print_handler ((GPrintFunc) cheese_print_handler);



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