From dc45e7f739dad78542d53b11ee4992e83d61ddf5 Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 7 May 2017 14:07:09 +0300 Subject: pass CajaApplication instead of GApplication to DBus init fixes a build warning --- src/caja-application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caja-application.c b/src/caja-application.c index 1f11dfa3..c642ee50 100644 --- a/src/caja-application.c +++ b/src/caja-application.c @@ -2339,7 +2339,7 @@ caja_application_startup (GApplication *app) G_APPLICATION_CLASS (caja_application_parent_class)->startup (app); /* Start the File Manager DBus Interface */ - fdb_manager = caja_freedesktop_dbus_new (app); + fdb_manager = caja_freedesktop_dbus_new (self); /* Initialize preferences. This is needed so that proper * defaults are available before any preference peeking -- cgit v1.2.1