summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-manager.c
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-09-30 02:16:40 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-09-30 02:16:40 +0200
commitd94aa4686d02796116ec69a6a6bdf6d9154d2384 (patch)
treed9aeb6038a003215f16af23289408fbb0702d850 /tumblerd/tumbler-manager.c
parentbf87845cd35e6db1abe4e497c502993a5296baee (diff)
downloadtumbler-d94aa4686d02796116ec69a6a6bdf6d9154d2384.tar.gz
Implement the font thumbnailer, reusing code from ThunarVFS.
For now this one only works on local paths but this will soon change. If the FUSE daemon of GVfs is available, even non-local files are supported.
Diffstat (limited to 'tumblerd/tumbler-manager.c')
-rw-r--r--tumblerd/tumbler-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tumblerd/tumbler-manager.c b/tumblerd/tumbler-manager.c
index 95da321..13f37f3 100644
--- a/tumblerd/tumbler-manager.c
+++ b/tumblerd/tumbler-manager.c
@@ -210,7 +210,7 @@ tumbler_manager_start (TumblerManager *manager,
connection = dbus_g_connection_get_connection (manager->connection);
/* request ownership for the manager interface */
- result = dbus_bus_request_name (connection, "org.freedesktop.thumbnails.Manager",
+ result = dbus_bus_request_name (connection, "org.xfce.thumbnails.Manager",
DBUS_NAME_FLAG_DO_NOT_QUEUE, &dbus_error);
/* check if that failed */
@@ -242,7 +242,7 @@ tumbler_manager_start (TumblerManager *manager,
/* register the manager instance as a handler of the manager interface */
dbus_g_connection_register_g_object (manager->connection,
- "/org/freedesktop/thumbnails/Manager",
+ "/org/xfce/thumbnails/Manager",
G_OBJECT (manager));
g_mutex_unlock (manager->mutex);