projects
/
platform
/
upstream
/
evolution-data-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec7331
)
Typo in test_closure type
author
Milan Crha
<mcrha@redhat.com>
Tue, 12 Feb 2013 13:57:26 +0000
(14:57 +0100)
committer
Milan Crha
<mcrha@redhat.com>
Tue, 12 Feb 2013 13:57:26 +0000
(14:57 +0100)
tests/libedataserver/e-source-registry-test.c
patch
|
blob
|
history
diff --git
a/tests/libedataserver/e-source-registry-test.c
b/tests/libedataserver/e-source-registry-test.c
index
572941e
..
6c2080c
100644
(file)
--- a/
tests/libedataserver/e-source-registry-test.c
+++ b/
tests/libedataserver/e-source-registry-test.c
@@
-20,8
+20,7
@@
#include <libedataserver/libedataserver.h>
-static ETestServiceType test_closure = {
- E_TEST_SERVER_NONE, NULL, 0, FALSE };
+static ETestServerClosure test_closure = { E_TEST_SERVER_NONE, NULL, 0, FALSE, NULL };
static gboolean
test_commit_source_idle_cb (gpointer user_data)