aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-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);