diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-01-31 03:08:11 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-01-31 03:38:17 +0800 |
commit | 9228a79428da8525f1cf937737128be46c7faf57 (patch) | |
tree | c390e6fd013a6d851afd04f5c13e2694b8652e95 | |
parent | 5fd01e8495dc80438591332df9794ea321d8102e (diff) | |
download | gsoc2013-epiphany-9228a79428da8525f1cf937737128be46c7faf57.tar gsoc2013-epiphany-9228a79428da8525f1cf937737128be46c7faf57.tar.gz gsoc2013-epiphany-9228a79428da8525f1cf937737128be46c7faf57.tar.bz2 gsoc2013-epiphany-9228a79428da8525f1cf937737128be46c7faf57.tar.lz gsoc2013-epiphany-9228a79428da8525f1cf937737128be46c7faf57.tar.xz gsoc2013-epiphany-9228a79428da8525f1cf937737128be46c7faf57.tar.zst gsoc2013-epiphany-9228a79428da8525f1cf937737128be46c7faf57.zip |
tests/ephy-download: remove embed-persist mention
-rw-r--r-- | tests/ephy-download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-download.c b/tests/ephy-download.c index 6dba1b38a..92d0805b4 100644 --- a/tests/ephy-download.c +++ b/tests/ephy-download.c @@ -34,7 +34,7 @@ #include <gtk/gtk.h> #include <string.h> -#define HTML_STRING "testing-embed-persist" +#define HTML_STRING "testing-ephy-download" SoupURI *base_uri; static char * |