aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libappindicator.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-08-10 08:32:35 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-08-10 08:32:35 +0200
commit3b69c237d620907701c4bef2c0296fd78ba04d77 (patch)
treed9a3fbbb1c526ec717b2e45f261b5a165ee3e585 /tests/test-libappindicator.c
parent92010355e93cbf844c7828297615ca57a1f84e31 (diff)
parentd6cdc24f310ce43f6f900cd929dfc57a4d7267bd (diff)
downloadlibayatana-appindicator-3b69c237d620907701c4bef2c0296fd78ba04d77.tar.gz
libayatana-appindicator-3b69c237d620907701c4bef2c0296fd78ba04d77.tar.bz2
libayatana-appindicator-3b69c237d620907701c4bef2c0296fd78ba04d77.zip
Merge branch 'tari01-pr/drop-dbus-glib'
Attributes GH PR #67: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/67
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);