don't define GNOME_DESKTOP_USE_UNSTABLE_API globally
2009-01-25 Jens Granseuer <jensgr@gmx.net> * configure.in: don't define GNOME_DESKTOP_USE_UNSTABLE_API globally 2009-01-25 Jens Granseuer <jensgr@gmx.net> * Makefile.am: * gnome-wp-info.h: * gnome-wp-item.h: define GNOME_DESKTOP_USE_UNSTABLE_API in Makefile instead of individual headers svn path=/trunk/; revision=9208
This commit is contained in:
parent
65d2e5c3e5
commit
a62dabe380
6 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-01-25 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* configure.in: don't define GNOME_DESKTOP_USE_UNSTABLE_API globally
|
||||||
|
|
||||||
2009-01-13 Luca Ferretti <elle.uca@libero.it>
|
2009-01-13 Luca Ferretti <elle.uca@libero.it>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
2009-01-25 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* gnome-wp-info.h:
|
||||||
|
* gnome-wp-item.h: define GNOME_DESKTOP_USE_UNSTABLE_API in Makefile
|
||||||
|
instead of individual headers
|
||||||
|
|
||||||
2009-01-25 Jens Granseuer <jensgr@gmx.net>
|
2009-01-25 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
Fix newly installed themes appearing twice in the GTK themes list if
|
Fix newly installed themes appearing twice in the GTK themes list if
|
||||||
|
|
|
@ -37,6 +37,8 @@ gnome_appearance_properties_SOURCES = \
|
||||||
caption-cellrenderer.c \
|
caption-cellrenderer.c \
|
||||||
caption-cellrenderer.h
|
caption-cellrenderer.h
|
||||||
|
|
||||||
|
gnome_appearance_properties_CFLAGS = -DGNOME_DESKTOP_USE_UNSTABLE_API
|
||||||
|
|
||||||
gnome_appearance_properties_LDADD = \
|
gnome_appearance_properties_LDADD = \
|
||||||
$(top_builddir)/libwindow-settings/libgnome-window-settings.la \
|
$(top_builddir)/libwindow-settings/libgnome-window-settings.la \
|
||||||
$(top_builddir)/capplets/common/libcommon.la \
|
$(top_builddir)/capplets/common/libcommon.la \
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
#define _GNOME_WP_INFO_H_
|
#define _GNOME_WP_INFO_H_
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#define GNOME_DESKTOP_USE_UNSTABLE_API
|
|
||||||
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
||||||
|
|
||||||
typedef struct _GnomeWPInfo GnomeWPInfo;
|
typedef struct _GnomeWPInfo GnomeWPInfo;
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
#include <gio/gio.h>
|
#include <gio/gio.h>
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#define GNOME_DESKTOP_USE_UNSTABLE_API
|
|
||||||
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
||||||
#include <libgnomeui/gnome-bg.h>
|
#include <libgnomeui/gnome-bg.h>
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,6 @@ if test "x$GCC" = "xyes"; then
|
||||||
fi
|
fi
|
||||||
changequote([,])dnl
|
changequote([,])dnl
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -DGNOME_DESKTOP_USE_UNSTABLE_API"
|
|
||||||
|
|
||||||
# Internationalization support
|
# Internationalization support
|
||||||
|
|
||||||
IT_PROG_INTLTOOL([0.37.1])
|
IT_PROG_INTLTOOL([0.37.1])
|
||||||
|
|
Loading…
Add table
Reference in a new issue