]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-smiley-manager.h
Updated Spanish translation
[empathy.git] / libempathy-gtk / empathy-smiley-manager.h
index f15dbc4684eaae0a033cbf1e8693ffc40276f122..b9e753bf689957316246ad989930912a37dbb1c7 100644 (file)
@@ -23,7 +23,6 @@
 #ifndef __EMPATHY_SMILEY_MANAGER__H__
 #define __EMPATHY_SMILEY_MANAGER_H__
 
-#include <glib-object.h>
 #include <gtk/gtk.h>
 
 G_BEGIN_DECLS
@@ -55,8 +54,8 @@ typedef struct {
 typedef struct {
        GdkPixbuf   *pixbuf; /* Pixbuf of the smiley */
        const gchar *path;   /* Filename of the smiley image */
-       gint         start;  /* text[start:end] should be replaced by pixbuf */
-       gint         end;
+       guint        start;  /* text[start:end] should be replaced by pixbuf */
+       guint        end;
 } EmpathySmileyHit;
 
 typedef void (*EmpathySmileyMenuFunc) (EmpathySmileyManager *manager,