aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libappindicator.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-libappindicator.c')
-rw-r--r--tests/test-libappindicator.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test-libappindicator.c b/tests/test-libappindicator.c
index 68c6a93..0273398 100644
--- a/tests/test-libappindicator.c
+++ b/tests/test-libappindicator.c
@@ -68,15 +68,12 @@ test_libappindicator_prop_signals (void)
gboolean signaled = FALSE;
gulong handlerid;
- handlerid = 0;
handlerid = g_signal_connect(G_OBJECT(ci), "new-icon", G_CALLBACK(test_libappindicator_prop_signals_helper), &signaled);
g_assert(handlerid != 0);
- handlerid = 0;
handlerid = g_signal_connect(G_OBJECT(ci), "new-attention-icon", G_CALLBACK(test_libappindicator_prop_signals_helper), &signaled);
g_assert(handlerid != 0);
- handlerid = 0;
handlerid = g_signal_connect(G_OBJECT(ci), "new-status", G_CALLBACK(test_libappindicator_prop_signals_status_helper), &signaled);
g_assert(handlerid != 0);