aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-26 23:29:20 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-26 23:29:20 +0800
commit4e6d739ed99676b866d1c24c3366d485269cefff (patch)
treedbccf1dbb4f3c3ee2c1d4522356fec7fc540ed24
parent82c33bb05bef2262b5df0e2d7755185838339626 (diff)
downloadgsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar
gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.gz
gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.bz2
gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.lz
gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.xz
gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.zst
gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.zip
turn on deprecated gtk and libgnomeui stuff
2003-11-26 JP Rosevear <jpr@ximian.com> * gui/widgets/Makefile.am: turn on deprecated gtk and libgnomeui stuff * gui/component/select-names/Makefile.am: turn on deprecated gtk stuff * gui/contact-editor/Makefile.am: ditto svn path=/trunk/; revision=23492
-rw-r--r--addressbook/ChangeLog10
-rw-r--r--addressbook/gui/component/select-names/Makefile.am1
-rw-r--r--addressbook/gui/contact-editor/Makefile.am1
-rw-r--r--addressbook/gui/widgets/Makefile.am2
4 files changed, 10 insertions, 4 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 91940f3224..b168e848b0 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,13 @@
+2003-11-26 JP Rosevear <jpr@ximian.com>
+
+ * gui/widgets/Makefile.am: turn on deprecated gtk and libgnomeui
+ stuff
+
+ * gui/component/select-names/Makefile.am: turn on deprecated gtk
+ stuff
+
+ * gui/contact-editor/Makefile.am: ditto
+
2003-11-17 Hans Petter Jansson <hpj@ximian.com>
* gui/component/addressbook-component.c (impl_createControls): Store
diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am
index d1bdd42564..b2a5e9e1aa 100644
--- a/addressbook/gui/component/select-names/Makefile.am
+++ b/addressbook/gui/component/select-names/Makefile.am
@@ -41,7 +41,6 @@ INCLUDES = \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
-DPREFIX=\""$(prefix)"\" \
-DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
-DLIBGNOME_DISABLE_DEPRECATED \
-DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am
index f6a718822a..93fb527c69 100644
--- a/addressbook/gui/contact-editor/Makefile.am
+++ b/addressbook/gui/contact-editor/Makefile.am
@@ -13,7 +13,6 @@ INCLUDES = \
-DPREFIX=\""$(prefix)"\" \
-DG_LOG_DOMAIN=\"contact-editor\" \
-DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
-DLIBGNOME_DISABLE_DEPRECATED \
-DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am
index 393c927123..58a388d83c 100644
--- a/addressbook/gui/widgets/Makefile.am
+++ b/addressbook/gui/widgets/Makefile.am
@@ -13,9 +13,7 @@ INCLUDES = \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/shell \
-DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
-DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
CORBA_COMPOSER_SOURCE_H = \