diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-13 21:00:29 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-13 21:00:29 +0800 |
commit | d00adf45ea54086a8d1d29090639b5beb3f88b34 (patch) | |
tree | 9cc7756b93e51e5c9ba250e82164316e8778e3f3 /configure.ac | |
parent | 0ab84cc3ffe6129ae40ad436eb62fccbd52b00ad (diff) | |
download | gsoc2013-empathy-d00adf45ea54086a8d1d29090639b5beb3f88b34.tar gsoc2013-empathy-d00adf45ea54086a8d1d29090639b5beb3f88b34.tar.gz gsoc2013-empathy-d00adf45ea54086a8d1d29090639b5beb3f88b34.tar.bz2 gsoc2013-empathy-d00adf45ea54086a8d1d29090639b5beb3f88b34.tar.lz gsoc2013-empathy-d00adf45ea54086a8d1d29090639b5beb3f88b34.tar.xz gsoc2013-empathy-d00adf45ea54086a8d1d29090639b5beb3f88b34.tar.zst gsoc2013-empathy-d00adf45ea54086a8d1d29090639b5beb3f88b34.zip |
Don't use deprecated GtkTooltips API. Add commented out lines in
2007-10-13 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-chat-view.h:
* libempathy-gtk/empathy-main-window.c:
* libempathy-gtk/empathy-chat.c:
* libempathy-gtk/empathy-chat-window.c:
* libempathy-gtk/empathy-chat-view.c:
* libempathy/empathy-log-manager.c:
* libempathy/empathy-time.c:
* libempathy/empathy-tp-chat.c:
* libempathy/empathy-time.h:
* libempathy/empathy-message.c:
* libempathy/empathy-message.h:
* libempathy/empathy-presence.c:
* configure.ac: Don't use deprecated GtkTooltips API. Add commented out
lines in configure.ac to disable GLib and GTK deprecated symbols.
Replace EmpathyTime by time_t which is more appropriate for timestamps.
* doc/*: Updated.
svn path=/trunk/; revision=371
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 958ca4cea..3dbb6b3e3 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,10 @@ MISSION_CONTROL_REQUIRED=4.37 IDT_COMPILE_WARNINGS +dnl Uncomment that to build without deprecated GTK and GLib symbols +dnl AC_DEFINE(GTK_DISABLE_DEPRECATED, 1, [Disable deprecated GTK symbols]) +dnl AC_DEFINE(G_DISABLE_DEPRECATED, 1, [Disable deprecated GLib symbols]) + GLIB_GENMARSHAL=`$PKG_CONFIG glib-2.0 --variable=glib_genmarshal` AC_SUBST(GLIB_GENMARSHAL) |