diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-24 00:55:05 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-24 00:55:05 +0800 |
commit | 550038cb1f000c5a721a07185b620e42078b1e88 (patch) | |
tree | 453ba2928379d4bfb53ee36d255ce4eb09741b76 /shell | |
parent | 33a1687123f37ddea0d9bea13977c38f5f73b212 (diff) | |
download | gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.tar.gz 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/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 2 |
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 \ |