define GNOME_DESKTOP_USE_UNSTABLE_API to fix build

2009-02-01  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.c: define GNOME_DESKTOP_USE_UNSTABLE_API to fix
	build

svn path=/trunk/; revision=9230
This commit is contained in:
Jens Granseuer 2009-02-01 18:15:17 +00:00 committed by Jens Granseuer
parent c4da7bfabf
commit fbc3a151c3
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-02-01 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: define GNOME_DESKTOP_USE_UNSTABLE_API to fix
build
==================== 2.25.3 ====================
2008-12-08 Bastien Nocera <hadess@hadess.net>

View file

@ -26,7 +26,6 @@
#include <glib/gstdio.h>
#include <pwd.h>
#include <gio/gio.h>
#include <libgnomeui/gnome-desktop-thumbnail.h>
#include <gconf/gconf-client.h>
#include <glade/glade.h>
#include <pwd.h>
@ -34,6 +33,9 @@
#include <libebook/e-book.h>
#include <dbus/dbus-glib-bindings.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-desktop-thumbnail.h>
#ifdef HAVE_POLKIT
#include <polkit-gnome/polkit-gnome.h>
#endif