summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-05-07 14:07:09 +0300
committermonsta <[email protected]>2017-05-07 14:07:09 +0300
commit1562ded3bf38fb5a4a0483a8583aaa8640e2422f (patch)
tree93bb4c7f934d0eb7e617222b60698031cc69b53d
parent00a679615d135db4016330c18ee731a668cdd8b4 (diff)
downloadcaja-1562ded3bf38fb5a4a0483a8583aaa8640e2422f.tar.bz2
caja-1562ded3bf38fb5a4a0483a8583aaa8640e2422f.tar.xz
pass CajaApplication instead of GApplication to DBus init
fixes a build warning
-rw-r--r--src/caja-application.c2
1 files changed, 1 insertions, 1 deletions
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