aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 23:17:02 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 23:17:02 +0200
commitf9030f34012d7a3b548f2b9aa4eb4fc51c606dfb (patch)
treedeba7ead3ef6b10c5484e330465bff03c284ee1c
parent9f769272a38c1d4c13a6073ed102f1af8c9e3131 (diff)
parent49685a161b0befcc84386a4a6fb998a931e53c6c (diff)
downloadayatana-indicator-printers-f9030f34012d7a3b548f2b9aa4eb4fc51c606dfb.tar.gz
ayatana-indicator-printers-f9030f34012d7a3b548f2b9aa4eb4fc51c606dfb.tar.bz2
ayatana-indicator-printers-f9030f34012d7a3b548f2b9aa4eb4fc51c606dfb.zip
Merge branch 'z3ntu-gcc15'HEADmain
Attributes GH PR #21: https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/21
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6cc5103..5ffc7b6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -35,7 +35,7 @@ int main (int argc G_GNUC_UNUSED, char **argv G_GNUC_UNUSED)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- IndicatorPrintersService *pService = indicator_printers_service_new (NULL);
+ IndicatorPrintersService *pService = indicator_printers_service_new ();
GMainLoop *pLoop = g_main_loop_new (NULL, FALSE);
g_signal_connect (pService, "name-lost", G_CALLBACK (onNameLost), pLoop);
g_main_loop_run (pLoop);