]> www.fi.muni.cz Git - evince.git/commitdiff
More warnings fixed.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 29 Dec 2007 14:59:49 +0000 (14:59 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sat, 29 Dec 2007 14:59:49 +0000 (14:59 +0000)
2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
* backend/pixbuf/pixbuf-document.c:
More warnings fixed.

svn path=/trunk/; revision=2790

ChangeLog
backend/pixbuf/pixbuf-document.c

index f7fee3df63f00f20ec4e69889adba1575ab7a7c1..2f91134fc88007a32d8404f9c0862d13a40cd03c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pixbuf/pixbuf-document.c:
+
+       More warnings fixed.
+       
 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/djvu/djvu-links.c: (get_djvu_link_dest),
index a6d9f7bdb5edbeffafa3658be60ae755d8dfa54f..21c6bb936e9454bf1425eace7b24e73461a545df 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#include "config.h"
-
 #include <config.h>
+#include <glib/gi18n.h>
+
 #include "pixbuf-document.h"
 #include "ev-document-thumbnails.h"
 #include "ev-document-misc.h"
+#include "ev-file-helpers.h"
 
 struct _PixbufDocumentClass
 {