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 7d37c592a..9530fe85b 100644 --- a/libempathy-gtk/empathy-smiley-manager.h +++ b/libempathy-gtk/empathy-smiley-manager.h @@ -56,8 +56,8 @@ typedef struct { typedef struct { GdkPixbuf *pixbuf; const gchar *path; - gint start; - gint end; + gint start; + gint end; } EmpathySmileyHit; typedef void (*EmpathySmileyMenuFunc) (EmpathySmileyManager *manager, |