summaryrefslogtreecommitdiff
path: root/thunar/thunar-dbus-service.c
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2009-08-21 22:41:51 +0200
committerNick Schermer <nick@xfce.org>2009-08-21 22:41:51 +0200
commit558f8d7ee224e6b954203a31d1caaadb7567ab88 (patch)
tree539780c39f03872119578a8fe8f4fc69cc136e99 /thunar/thunar-dbus-service.c
parent4d8cb9064a5e5773550723d4b59b10f21791c0b8 (diff)
downloadthunar-558f8d7ee224e6b954203a31d1caaadb7567ab88.tar.gz
Fix remaining compiler warnings in the thunar code.
Diffstat (limited to 'thunar/thunar-dbus-service.c')
-rw-r--r--thunar/thunar-dbus-service.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/thunar/thunar-dbus-service.c b/thunar/thunar-dbus-service.c
index 8a332fe2..78413301 100644
--- a/thunar/thunar-dbus-service.c
+++ b/thunar/thunar-dbus-service.c
@@ -115,6 +115,11 @@ static gboolean thunar_dbus_service_terminate (ThunarDBusServi
+/* include generate dbus infos */
+#include <thunar/thunar-dbus-service-infos.h>
+
+
+
struct _ThunarDBusServiceClass
{
GObjectClass __parent__;
@@ -166,8 +171,7 @@ thunar_dbus_service_get_type (void)
static void
thunar_dbus_service_class_init (ThunarDBusServiceClass *klass)
{
- extern const DBusGObjectInfo dbus_glib_thunar_dbus_service_object_info;
- GObjectClass *gobject_class;
+ GObjectClass *gobject_class;
/* determine the parent type class */
thunar_dbus_service_parent_class = g_type_class_peek_parent (klass);
@@ -762,7 +766,3 @@ thunar_dbus_service_terminate (ThunarDBusService *dbus_service,
/* we cannot fail */
return TRUE;
}
-
-
-
-#include <thunar/thunar-dbus-service-infos.h>