#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:

committed by
Sven Neumann

parent
ea4ed72e88
commit
f389d32a5d
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user