diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 23:17:02 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 23:17:02 +0200 |
| commit | f9030f34012d7a3b548f2b9aa4eb4fc51c606dfb (patch) | |
| tree | deba7ead3ef6b10c5484e330465bff03c284ee1c /src/main.c | |
| parent | 9f769272a38c1d4c13a6073ed102f1af8c9e3131 (diff) | |
| parent | 49685a161b0befcc84386a4a6fb998a931e53c6c (diff) | |
| download | ayatana-indicator-printers-main.tar.gz ayatana-indicator-printers-main.tar.bz2 ayatana-indicator-printers-main.zip | |
Attributes GH PR #21: https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/21
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
