diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-01 00:29:00 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-01 00:29:00 +0800 |
commit | e43958d2421f820c18e29c02f370a9a34f8b853e (patch) | |
tree | 8e9a71d704e9e252fec1aa0361d5e24f21c18630 /tests/test11.c | |
parent | f028bd6aeb4b04aa0cfc3c5e5ed6c442aef6ea3c (diff) | |
download | gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.gz gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.bz2 gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.lz gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.xz gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.zst gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.zip |
update for camel provider changes.
svn path=/trunk/; revision=2694
Diffstat (limited to 'tests/test11.c')
-rw-r--r-- | tests/test11.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test11.c b/tests/test11.c index c7a8a5c1b5..1cc778bda1 100644 --- a/tests/test11.c +++ b/tests/test11.c @@ -78,7 +78,6 @@ main (int argc, char**argv) gtk_init (&argc, &argv); camel_init (); ex = camel_exception_new (); - camel_provider_register_as_module ("../camel/providers/mbox/.libs/libcamelmbox.so.0"); sd = g_malloc0(sizeof(*sd)); sd->ex = ex; |