diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-03-05 02:41:47 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-03-05 02:52:15 +0800 |
commit | c1adb24c891c732119266475c5e4dc55de019d79 (patch) | |
tree | 6864e76838d05f717f20bb9a12e53a608b472520 /tests | |
parent | 2ea942c7645bbc3634a8d6a231cfed3f73fc9974 (diff) | |
download | gsoc2013-empathy-c1adb24c891c732119266475c5e4dc55de019d79.tar gsoc2013-empathy-c1adb24c891c732119266475c5e4dc55de019d79.tar.gz gsoc2013-empathy-c1adb24c891c732119266475c5e4dc55de019d79.tar.bz2 gsoc2013-empathy-c1adb24c891c732119266475c5e4dc55de019d79.tar.lz gsoc2013-empathy-c1adb24c891c732119266475c5e4dc55de019d79.tar.xz gsoc2013-empathy-c1adb24c891c732119266475c5e4dc55de019d79.tar.zst gsoc2013-empathy-c1adb24c891c732119266475c5e4dc55de019d79.zip |
Parser API is moved from empathy-ui-utils to empathy-string-parser
Diffstat (limited to 'tests')
-rw-r--r-- | tests/empathy-parser-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/empathy-parser-test.c b/tests/empathy-parser-test.c index 001882863..9562a37dd 100644 --- a/tests/empathy-parser-test.c +++ b/tests/empathy-parser-test.c @@ -9,7 +9,7 @@ #define DEBUG_FLAG EMPATHY_DEBUG_TESTS #include <libempathy/empathy-debug.h> -#include <libempathy-gtk/empathy-ui-utils.h> +#include <libempathy-gtk/empathy-string-parser.h> static void test_replace_match (const gchar *text, |