diff options
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); |
