diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-11-20 01:46:15 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-11-20 01:46:15 +0800 |
commit | edbdab47dc23aa51e4c7f3695ddd32ff5af2ba8c (patch) | |
tree | 752600a57431f7d05c6ea388ec98696bc49aaad7 /calendar/ChangeLog | |
parent | 1786ff2e091087b0b60b4d94ce8e165f6891fdc1 (diff) | |
download | gsoc2013-evolution-edbdab47dc23aa51e4c7f3695ddd32ff5af2ba8c.tar gsoc2013-evolution-edbdab47dc23aa51e4c7f3695ddd32ff5af2ba8c.tar.gz gsoc2013-evolution-edbdab47dc23aa51e4c7f3695ddd32ff5af2ba8c.tar.bz2 gsoc2013-evolution-edbdab47dc23aa51e4c7f3695ddd32ff5af2ba8c.tar.lz gsoc2013-evolution-edbdab47dc23aa51e4c7f3695ddd32ff5af2ba8c.tar.xz gsoc2013-evolution-edbdab47dc23aa51e4c7f3695ddd32ff5af2ba8c.tar.zst gsoc2013-evolution-edbdab47dc23aa51e4c7f3695ddd32ff5af2ba8c.zip |
Fixes #43556
2003-11-19 Rodrigo Moya <rodrigo@ximian.com>
Fixes #43556
* gui/e-cal-view.c (selection_get, selection_clear_event,
selection_received): removed this unneeded functions.
(e_calendar_view_init): don't create a GtkInvisible anymore.
(e_calendar_view_destroy): no need to destroy the GtkInvisible.
(e_cal_view_copy_clipboard, e_cal_view_paste_clipboard):
use GtkClipboard.
svn path=/trunk/; revision=23443
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 88ce6d1159..757916940a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2003-11-19 Rodrigo Moya <rodrigo@ximian.com> + + Fixes #43556 + + * gui/e-cal-view.c (selection_get, selection_clear_event, + selection_received): removed this unneeded functions. + (e_calendar_view_init): don't create a GtkInvisible anymore. + (e_calendar_view_destroy): no need to destroy the GtkInvisible. + (e_cal_view_copy_clipboard, e_cal_view_paste_clipboard): + use GtkClipboard. + 2003-11-19 JP Rosevear <jpr@ximian.com> * gui/e-cal-model-tasks.c (get_due): make sure timezone value is |