diff options
Diffstat (limited to 'libempathy-gtk/empathy-smiley-manager.h')
-rw-r--r-- | libempathy-gtk/empathy-smiley-manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-smiley-manager.h b/libempathy-gtk/empathy-smiley-manager.h index f15dbc468..1d6eaac54 100644 --- a/libempathy-gtk/empathy-smiley-manager.h +++ b/libempathy-gtk/empathy-smiley-manager.h @@ -55,8 +55,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, |