diff options
author | Chris Toshok <toshok@ximian.com> | 2002-12-19 06:22:15 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-12-19 06:22:15 +0800 |
commit | 0f56ef44c9c24c5bd4b27a537d8b3e686395b2b1 (patch) | |
tree | acc728e5182af97affe8961dde10fca9c5effe50 /addressbook/gui/widgets/Makefile.am | |
parent | ace402d9173fe24b4f9a753f7c155fa0605ed866 (diff) | |
download | gsoc2013-evolution-0f56ef44c9c24c5bd4b27a537d8b3e686395b2b1.tar gsoc2013-evolution-0f56ef44c9c24c5bd4b27a537d8b3e686395b2b1.tar.gz gsoc2013-evolution-0f56ef44c9c24c5bd4b27a537d8b3e686395b2b1.tar.bz2 gsoc2013-evolution-0f56ef44c9c24c5bd4b27a537d8b3e686395b2b1.tar.lz gsoc2013-evolution-0f56ef44c9c24c5bd4b27a537d8b3e686395b2b1.tar.xz gsoc2013-evolution-0f56ef44c9c24c5bd4b27a537d8b3e686395b2b1.tar.zst gsoc2013-evolution-0f56ef44c9c24c5bd4b27a537d8b3e686395b2b1.zip |
g_string_sprintfa -> g_string_append_printf. (create_alphabet): same.
2002-12-18 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-view.c (jump_to_letters):
g_string_sprintfa -> g_string_append_printf.
(create_alphabet): same.
(create_minicard_view): remove gtk_widget_{push,pop}_visual.
* gui/widgets/Makefile.am (INCLUDES): add -D*_DISABLE_DEPRECATED.
svn path=/trunk/; revision=19161
Diffstat (limited to 'addressbook/gui/widgets/Makefile.am')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index eed44c04a2..a2fd2b24f2 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -12,6 +12,10 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/gui/component \ -I$(top_srcdir)/widgets/misc \ -I$(top_builddir)/shell \ + -DG_DISABLE_DEPRECATED \ + -DGTK_DISABLE_DEPRECATED \ + -DLIBGNOME_DISABLE_DEPRECATED \ + -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) noinst_LIBRARIES = \ |