diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-10-26 19:59:09 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-11-25 01:29:43 +0800 |
commit | 591c58b68cb39c62d22d76f394c30481b0821018 (patch) | |
tree | 0c31012d4d527189d29e35c86be66dd000886c47 /libempathy-gtk/empathy-smiley-manager.h | |
parent | 954545eee55262449162dd8d0aa10ce6f9c8d036 (diff) | |
download | gsoc2013-empathy-591c58b68cb39c62d22d76f394c30481b0821018.tar gsoc2013-empathy-591c58b68cb39c62d22d76f394c30481b0821018.tar.gz gsoc2013-empathy-591c58b68cb39c62d22d76f394c30481b0821018.tar.bz2 gsoc2013-empathy-591c58b68cb39c62d22d76f394c30481b0821018.tar.lz gsoc2013-empathy-591c58b68cb39c62d22d76f394c30481b0821018.tar.xz gsoc2013-empathy-591c58b68cb39c62d22d76f394c30481b0821018.tar.zst gsoc2013-empathy-591c58b68cb39c62d22d76f394c30481b0821018.zip |
Use new smiley parser in EmpathyChatTextView.
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, |