aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-09 13:47:03 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-09 13:47:03 +0200
commit2f3dee804bcb1d77a411b94116e761bf512d529f (patch)
treef5b7b24995d2cf1abd7c17b9d3d1ea8f523ad884 /src/main.c
parentcd22a9eb1d2d85f11a4e6fbe4bbda5691c193f63 (diff)
parent22b759ef52284bab3110848ce80e0cc17b865ec6 (diff)
downloadayatana-indicator-notifications-2f3dee804bcb1d77a411b94116e761bf512d529f.tar.gz
ayatana-indicator-notifications-2f3dee804bcb1d77a411b94116e761bf512d529f.tar.bz2
ayatana-indicator-notifications-2f3dee804bcb1d77a411b94116e761bf512d529f.zip
Merge branch 'tari01-pr/drop-testing'
Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/33
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f57237a..14c032f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,6 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright 2023 Robert Tari <robert@tari.in>
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
@@ -39,7 +40,7 @@ int main (int argc G_GNUC_UNUSED, char ** argv G_GNUC_UNUSED)
textdomain (GETTEXT_PACKAGE);
/* run */
- service = indicator_notifications_service_new (NULL);
+ service = indicator_notifications_service_new ();
loop = g_main_loop_new (NULL, FALSE);
g_signal_connect (service, INDICATOR_NOTIFICATIONS_SERVICE_SIGNAL_NAME_LOST, G_CALLBACK(on_name_lost), loop);
g_main_loop_run (loop);