aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-21 13:24:21 -0500
committerTed Gould <ted@canonical.com>2009-10-21 13:24:21 -0500
commit5aeff27144282c008771e3f049b2f5ba0398a532 (patch)
treeca3af305b84b517a8c3faf81d3262560bd02ca36 /tests
parent02cb52522a944ae27d9cf0e771eb7c2ae2bb8e53 (diff)
downloadayatana-indicator-application-5aeff27144282c008771e3f049b2f5ba0398a532.tar.gz
ayatana-indicator-application-5aeff27144282c008771e3f049b2f5ba0398a532.tar.bz2
ayatana-indicator-application-5aeff27144282c008771e3f049b2f5ba0398a532.zip
Getting the prototype right.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libcustomindicator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libcustomindicator.c b/tests/test-libcustomindicator.c
index 1bda8b4..b4b4084 100644
--- a/tests/test-libcustomindicator.c
+++ b/tests/test-libcustomindicator.c
@@ -5,7 +5,7 @@
#include <libcustomindicator/custom-indicator.h>
void
-test_libcustomindicator_prop_signals_status_helper (CustomIndicator * ci, CustomIndicatorStatus status, gboolean * signalactivated)
+test_libcustomindicator_prop_signals_status_helper (CustomIndicator * ci, gchar * status, gboolean * signalactivated)
{
*signalactivated = TRUE;
return;