cheese r822 - in trunk: . src



Author: fargiolas
Date: Sat Aug  2 16:07:06 2008
New Revision: 822
URL: http://svn.gnome.org/viewvc/cheese?rev=822&view=rev

Log:
another uninitialized GError (see previous commit)


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

Modified: trunk/src/cheese-window.c
==============================================================================
--- trunk/src/cheese-window.c	(original)
+++ trunk/src/cheese-window.c	Sat Aug  2 16:07:06 2008
@@ -481,7 +481,7 @@
 {
   EContact *contact;
   EBook *book;
-  GError *error;
+  GError *error = NULL;
   GdkPixbuf *pixbuf;
   const int MAX_PHOTO_HEIGHT = 150;
   const int MAX_PHOTO_WIDTH = 150;



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