diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-03-03 22:31:45 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-03-03 23:18:45 +0800 |
commit | f48b89ce4d61d16843361636ad9f155451fde98d (patch) | |
tree | dd614718c641cfb6cf99bc725fc2dd11058b0ad8 /libempathy-gtk/empathy-theme-adium.c | |
parent | d6c60c80075fac5b34d23d37ec7826835fd02cd6 (diff) | |
download | gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.gz gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.bz2 gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.lz gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.xz gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.tar.zst gsoc2013-empathy-f48b89ce4d61d16843361636ad9f155451fde98d.zip |
Move empathy_string_parser API to its own file
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.c')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 5c67af857..ef7d3a73e 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -40,6 +40,7 @@ #include "empathy-conf.h" #include "empathy-ui-utils.h" #include "empathy-plist.h" +#include "empathy-string-parser.h" #define DEBUG_FLAG EMPATHY_DEBUG_CHAT #include <libempathy/empathy-debug.h> |