aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-24 00:55:05 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-24 00:55:05 +0800
commit550038cb1f000c5a721a07185b620e42078b1e88 (patch)
tree453ba2928379d4bfb53ee36d255ce4eb09741b76 /shell
parent33a1687123f37ddea0d9bea13977c38f5f73b212 (diff)
downloadgsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.tar
gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.tar.gz
gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.tar.bz2
gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.tar.lz
gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.tar.xz
gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.tar.zst
gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.zip
remove gtk deprecated flag
2003-11-23 JP Rosevear <jpr@ximian.com> * Makefile.am: remove gtk deprecated flag svn path=/trunk/; revision=23468
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 2a65fe3315..44801a4461 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-23 JP Rosevear <jpr@ximian.com>
+
+ * Makefile.am: remove gtk deprecated flag
+
2003-11-20 Ettore Perazzoli <ettore@ximian.com>
* e-shell.c (impl_Shell_handleURI): Reimplemented using
diff --git a/shell/Makefile.am b/shell/Makefile.am
index fcf102bac0..882336daae 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = glade importer
INCLUDES = \
- -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
+ -DG_DISABLE_DEPRECATED \
-DBONOBO_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/misc \