summaryrefslogtreecommitdiff
path: root/common/gmountoperationdbus.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-11-06 13:44:47 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-11-06 13:44:47 +0000
commit880fee930818b3a689e585823d0710f6eac8329d (patch)
tree6a517b1243ae7cadef13c1f62faf906281bf09df /common/gmountoperationdbus.c
parentfad2f450b310baf06cc435343e0a6ce0b9e838a3 (diff)
downloadgvfs-880fee930818b3a689e585823d0710f6eac8329d.tar.gz
Remove use of old giotypes.h header
2007-11-06 Alexander Larsson <alexl@redhat.com> * common/gmountoperationdbus.c: * common/gmounttracker.c: * daemon/gvfsbackend.h: * daemon/gvfschannel.h: Remove use of old giotypes.h header svn path=/trunk/; revision=1010
Diffstat (limited to 'common/gmountoperationdbus.c')
-rw-r--r--common/gmountoperationdbus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gmountoperationdbus.c b/common/gmountoperationdbus.c
index 5a29d058..52156638 100644
--- a/common/gmountoperationdbus.c
+++ b/common/gmountoperationdbus.c
@@ -26,7 +26,8 @@
#include <dbus/dbus.h>
-#include <gio/giotypes.h>
+#define I_(string) g_intern_static_string (string)
+
#include <gio/gioerror.h>
#include "gmountoperationdbus.h"
#include "gvfsdaemonprotocol.h"