gthumb r2351 - in branches/gthumb-2-10: . src



Author: mjc
Date: Mon Jul 21 12:07:58 2008
New Revision: 2351
URL: http://svn.gnome.org/viewvc/gthumb?rev=2351&view=rev

Log:
2008-07-21  Michael J. Chudobiak  <mjc svn gnome org>

        * NEWS:
        * src/dlg-photo-importer.c:
        Added an #include needed for libgphoto2 2.4.2.
        Patch by Marcus Meissner <meissner suse de>. Bug #543584.



Modified:
   branches/gthumb-2-10/ChangeLog
   branches/gthumb-2-10/NEWS
   branches/gthumb-2-10/src/dlg-photo-importer.c

Modified: branches/gthumb-2-10/NEWS
==============================================================================
--- branches/gthumb-2-10/NEWS	(original)
+++ branches/gthumb-2-10/NEWS	Mon Jul 21 12:07:58 2008
@@ -8,6 +8,7 @@
 	  text entry is focused does nothing
 	* Fixed bug #507790. Sort by DateTimeOriginal instead of DateTime.
 	* Fixed bug #512374 - array accessed past end.
+	* Fixed bug #543584 - fix build with libgphoto2 2.4.2
 
 version 2.10.8
 --------------

Modified: branches/gthumb-2-10/src/dlg-photo-importer.c
==============================================================================
--- branches/gthumb-2-10/src/dlg-photo-importer.c	(original)
+++ branches/gthumb-2-10/src/dlg-photo-importer.c	Mon Jul 21 12:07:58 2008
@@ -25,6 +25,7 @@
 
 #ifdef HAVE_LIBGPHOTO
 
+#include <unistd.h>
 #include <string.h>
 #include <strings.h>
 #include <time.h>



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