[network-manager-applet/NETWORKMANAGER_APPLET_0_7] Remove DBUS_API_SUBJECT_TO_CHANGE



commit 8d01e0ba9a5ea9b1d8f710cfda8a450de3865fba
Author: Michael Biebl <biebl debian org>
Date:   Mon Apr 20 23:55:46 2009 +0200

    Remove DBUS_API_SUBJECT_TO_CHANGE
    
    We require dbus 1.1 anyway
---
 src/Makefile.am                           |    1 -
 src/polkit-helpers/polkit-gnome-action.c  |    1 -
 src/polkit-helpers/polkit-gnome-auth.c    |    1 -
 src/polkit-helpers/polkit-gnome-context.c |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 3486186..812a993 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,6 @@ nm_applet_CPPFLAGS = \
 	-DLIBEXECDIR=\""$(libexecdir)"\" \
 	-DAUTOSTARTDIR=\""$(sysconfdir)/xdg/autostart"\"			\
 	-DVPN_NAME_FILES_DIR=\""$(sysconfdir)/NetworkManager/VPN"\"	\
-	-DDBUS_API_SUBJECT_TO_CHANGE							\
 	-DNMALOCALEDIR=\"$(datadir)/locale\"					\
 	$(DBUS_CFLAGS)										\
 	$(DISABLE_DEPRECATED)	\
diff --git a/src/polkit-helpers/polkit-gnome-action.c b/src/polkit-helpers/polkit-gnome-action.c
index 5656e26..d5bf053 100644
--- a/src/polkit-helpers/polkit-gnome-action.c
+++ b/src/polkit-helpers/polkit-gnome-action.c
@@ -46,7 +46,6 @@
 
 #define GTK_DISABLE_DEPRECATED
 
-#define DBUS_API_SUBJECT_TO_CHANGE
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff --git a/src/polkit-helpers/polkit-gnome-auth.c b/src/polkit-helpers/polkit-gnome-auth.c
index c730d35..cbe512a 100644
--- a/src/polkit-helpers/polkit-gnome-auth.c
+++ b/src/polkit-helpers/polkit-gnome-auth.c
@@ -44,7 +44,6 @@
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>
 
-#define DBUS_API_SUBJECT_TO_CHANGE
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
diff --git a/src/polkit-helpers/polkit-gnome-context.c b/src/polkit-helpers/polkit-gnome-context.c
index a8f4fe3..7f45776 100644
--- a/src/polkit-helpers/polkit-gnome-context.c
+++ b/src/polkit-helpers/polkit-gnome-context.c
@@ -45,7 +45,6 @@
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>
 
-#define DBUS_API_SUBJECT_TO_CHANGE
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]