diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-05-25 03:14:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-05-25 03:14:14 +0800 |
commit | 051f3691f2b12238e8382474138692ebd4e5db2a (patch) | |
tree | d94ba53c54df277d0c7b0ba74e50247f89d065d8 /calendar/ChangeLog | |
parent | 2f1de610ab8fcf524d2bc9e6d737d3124833eb0b (diff) | |
download | gsoc2013-evolution-051f3691f2b12238e8382474138692ebd4e5db2a.tar.gz gsoc2013-evolution-051f3691f2b12238e8382474138692ebd4e5db2a.tar.zst gsoc2013-evolution-051f3691f2b12238e8382474138692ebd4e5db2a.zip |
** Fixes bug #424562
2007-05-24 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #424562
* e-util/eggtrayicon.c:
* e-util/eggtrayicon.h:
Evolution requires GTK+ 2.10 now so kill this widget.
* e-util/Makefile.am:
Remove eggtrayicon.c and eggtrayicon.h.
* calendar/gui/dialogs/recur-comp.c (recur_component_dialog):
* e-util/e-dialog-utils.c (e_notice):
* plugins/calendar-weather/calendar-weather.c
(e_calendar_weather_location):
* widgets/text/e-text.c (e_text_copy_clipboard),
(e_text_update_primary_selection), (e_text_paste), (e_text_do_popup):
Remove check for obsolete GTK+ version.
* gui/alarm-notify/alarm-queue.c:
EggTrayIcon is dead; always use GtkStatusIcon.
svn path=/trunk/; revision=33573
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 36ad7b6022..cc5741e111 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2007-05-24 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #424562 + + * gui/dialogs/recur-comp.c (recur_component_dialog): + Remove check for obsolete GTK+ version. + + * gui/alarm-notify/alarm-queue.c: + EggTrayIcon is dead; always use GtkStatusIcon. + 2007-05-14 Srinivasa Ragavan <sragavan@novell.com> * gui/GNOME_Evolution_Calendar.server.in.in: Fix for bug #407104 |