cheese r771 - in branches/gnome-2-22: . src



Author: dgsiegel
Date: Thu Jun 19 16:55:41 2008
New Revision: 771
URL: http://svn.gnome.org/viewvc/cheese?rev=771&view=rev

Log:
cheese did not choose the right thumbnails for already taken pictures, fixes bug #539030


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/src/cheese-thumb-view.c

Modified: branches/gnome-2-22/src/cheese-thumb-view.c
==============================================================================
--- branches/gnome-2-22/src/cheese-thumb-view.c	(original)
+++ branches/gnome-2-22/src/cheese-thumb-view.c	Thu Jun 19 16:55:41 2008
@@ -79,7 +79,7 @@
   char *uri;
   char *filename;
 
-  info = g_file_query_info (file, "standard::content-type, time::modified", 0, NULL, NULL);
+  info = g_file_query_info (file, "standard::content-type,time::modified", 0, NULL, NULL);
 
   if (!info)
   {



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