* Makefile.am:
[modest] / src / modest-icon-factory.h
index d1f45e4..5a4437e 100644 (file)
@@ -33,7 +33,7 @@
 #ifndef __MODEST_ICON_FACTORY_H__
 #define __MODEST_ICON_FACTORY_H__
 
-#include <gtk/gtk.h>
+#include <gdk/gdkpixbuf.h>
 
 /**
  * modest_icon_factory_init
@@ -72,7 +72,7 @@ GdkPixbuf* modest_icon_factory_get_icon (const gchar *name);
  * Returns: a GdkPixBuf for this icon, or NULL in case of error
  * You should NOT unref or modify the pixbuf in any way
  */
-GdkPixbuf* modest_icon_factory_get_icon_at_size (const gchar *name, int width, int height);
+GdkPixbuf* modest_icon_factory_get_icon_at_size (const gchar *name, guint width, guint height);
 
 /* FIXME */
 #define modest_icon_factory_get_small_icon(n) modest_icon_factory_get_icon_at_size(n,16,16)