aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
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 \