diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 00:58:55 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 00:58:55 +0800 |
commit | 52ff11927a7bd7592e70de379e05b4d2b9c669c7 (patch) | |
tree | e41131ba03e6eeeab680fbc834031771c87e1973 /e-util/ChangeLog | |
parent | d0742036000286cd5ec17e1624f0242530e761db (diff) | |
download | gsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.tar.gz gsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.tar.zst gsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.zip |
For building on Win32 against GTK+ 2.8, include a copy of the
2005-12-17 Tor Lillqvist <tml@novell.com>
* eggtrayicon.c: For building on Win32 against GTK+ 2.8, include a
copy of the GtkStatusIcon code from GTK+ HEAD (i.e., what will be
GTK+ 2.10) and some helper functions from gdk/win32. Eventually
when GTK+ 2.10 is released and Evo no longer needs to support
older GTK+ versions, eggtrayicon.[ch] can be removed completely
from here, as the use of eggtrayicon in ../calendar/gui/
alarm-notify/alarm-queue.c will automatically switch to using
GtkStatusIcon instead.
* eggtrayicon.h: Ditto, for building on Win32 against GTK+ 2.8,
include a copy of gtkstatusicon.h from GTK+ HEAD.
svn path=/trunk/; revision=30827
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 158ce2e383..cf0b0f967f 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -33,6 +33,18 @@ * e-xml-utils.h: Include libedataserver/e-xml-utils.h. + * eggtrayicon.c: For building on Win32 against GTK+ 2.8, include a + copy of the GtkStatusIcon code from GTK+ HEAD (i.e., what will be + GTK+ 2.10) and some helper functions from gdk/win32. Eventually + when GTK+ 2.10 is released and Evo no longer needs to support + older GTK+ versions, eggtrayicon.[ch] can be removed completely + from here, as the use of eggtrayicon in ../calendar/gui/ + alarm-notify/alarm-queue.c will automatically switch to using + GtkStatusIcon instead. + + * eggtrayicon.h: Ditto, for building on Win32 against GTK+ 2.8, + include a copy of gtkstatusicon.h from GTK+ HEAD. + 2005-12-12 Irene Huang <Irene.Huang@sun.com> reviewed by: Veerapuram Varadhan <vvaradhan@novell.com> |