From d950e018f9388d874dc86db1a3cc1ad83667893a Mon Sep 17 00:00:00 2001 From: Benedikt Meurer <benny@xfce.org> Date: Thu, 21 Sep 2006 16:23:47 +0000 Subject: [PATCH] 2006-09-21 Benedikt Meurer <benny@xfce.org> * thunar/thunar-dbus-client.c, thunar/thunar-dbus-service.c: Fix build with latest dbus-glib. Bug #2263. (Old svn revision: 23193) --- ChangeLog | 5 +++++ thunar/thunar-dbus-client.c | 2 +- thunar/thunar-dbus-service.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d29c46bb8..cafc7930e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-21 Benedikt Meurer <benny@xfce.org> + + * thunar/thunar-dbus-client.c, thunar/thunar-dbus-service.c: Fix build + with latest dbus-glib. Bug #2263. + 2006-09-14 Benedikt Meurer <benny@xfce.org> * thunar-vfs/thunar-vfs-io-local.c(_thunar_vfs_io_local_get_info): diff --git a/thunar/thunar-dbus-client.c b/thunar/thunar-dbus-client.c index fa9ce521d..e5bc460aa 100644 --- a/thunar/thunar-dbus-client.c +++ b/thunar/thunar-dbus-client.c @@ -21,8 +21,8 @@ #include <config.h> #endif -#include <dbus/dbus.h> #include <dbus/dbus-glib-lowlevel.h> +#include <dbus/dbus.h> #include <thunar/thunar-dbus-client.h> #include <thunar/thunar-private.h> diff --git a/thunar/thunar-dbus-service.c b/thunar/thunar-dbus-service.c index 2871a5fcc..db4c4b5f5 100644 --- a/thunar/thunar-dbus-service.c +++ b/thunar/thunar-dbus-service.c @@ -28,8 +28,8 @@ #include <string.h> #endif -#include <dbus/dbus-glib-bindings.h> #include <dbus/dbus-glib-lowlevel.h> +#include <dbus/dbus-glib.h> #include <dbus/dbus.h> #include <glib/gstdio.h> -- GitLab