#define DBUS_API_SUBJECT_TO_CHANGE to fix compilation with outdated

2007-02-07  Sven Neumann  <sven@gimp.org>

	* app/gui/gui.c: #define DBUS_API_SUBJECT_TO_CHANGE to fix
	compilation with outdated versions of D-Bus.


svn path=/trunk/; revision=21856
This commit is contained in:
Sven Neumann
2007-02-07 08:27:36 +00:00
committed by Sven Neumann
parent ea4ed72e88
commit f389d32a5d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-02-07 Sven Neumann <sven@gimp.org>
* app/gui/gui.c: #define DBUS_API_SUBJECT_TO_CHANGE to fix
compilation with outdated versions of D-Bus.
2007-02-07 Sven Neumann <sven@gimp.org>
* app/actions/view-actions.c

View File

@ -23,6 +23,7 @@
#include <gtk/gtk.h>
#if HAVE_DBUS_GLIB
#define DBUS_API_SUBJECT_TO_CHANGE
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-lowlevel.h>
#endif