From 558f8d7ee224e6b954203a31d1caaadb7567ab88 Mon Sep 17 00:00:00 2001 From: Nick Schermer Date: Fri, 21 Aug 2009 22:41:51 +0200 Subject: Fix remaining compiler warnings in the thunar code. --- thunar/thunar-dbus-service.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'thunar/thunar-dbus-service.c') 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 + + + 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 -- cgit v1.2.1