Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2009-01-16 09:25:59 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-16 09:25:59 (GMT)
commit1dc6244c5eadd12ddaea244332699d8f9e59dd79 (patch)
tree65b18058c2d2ba2ea729ea0d542c834cc0e0ac42 /shell
parenta76a08f79b5f83455394b955d8f789b58f131fef (diff)
Include gdkx only for dbus support. See bug #339172.
2009-01-16 Hib Eris <hib@hiberis.nl> * shell/main.c: Include gdkx only for dbus support. See bug #339172. svn path=/trunk/; revision=3338
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index bb1e1c8..37db7e4 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -24,9 +24,9 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <gdk/gdkx.h>
#ifdef ENABLE_DBUS
+#include <gdk/gdkx.h>
#include <dbus/dbus-glib-bindings.h>
#endif