diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-16 22:52:25 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-16 22:52:25 +0800 |
commit | 26c24247784c58a90f257f8668d3945d92e283ec (patch) | |
tree | f3a470e442893ea8066d3d28e56dcbdb42832c0c /calendar/ChangeLog | |
parent | 22b05338cfbd24ea8cc38990b58fdc0cf4346358 (diff) | |
download | gsoc2013-evolution-26c24247784c58a90f257f8668d3945d92e283ec.tar gsoc2013-evolution-26c24247784c58a90f257f8668d3945d92e283ec.tar.gz gsoc2013-evolution-26c24247784c58a90f257f8668d3945d92e283ec.tar.bz2 gsoc2013-evolution-26c24247784c58a90f257f8668d3945d92e283ec.tar.lz gsoc2013-evolution-26c24247784c58a90f257f8668d3945d92e283ec.tar.xz gsoc2013-evolution-26c24247784c58a90f257f8668d3945d92e283ec.tar.zst gsoc2013-evolution-26c24247784c58a90f257f8668d3945d92e283ec.zip |
** Fix for bug #492793
2007-11-16 Milan Crha <mcrha@redhat.com>
** Fix for bug #492793
* gui/dialogs/task-page.c: (task_page_fill_component):
* gui/dialogs/comp-editor.c: (page_changed_cb),
(page_summary_changed_cb), (page_dates_changed_cb):
* gui/dialogs/event-page.c: (event_page_fill_component):
* gui/dialogs/memo-page.c: (memo_page_fill_component):
Pass real widget as parent to e_notice, not a GObject.
svn path=/trunk/; revision=34543
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 1597a9f7a3..79be754b62 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2007-11-16 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #492793 + + * gui/dialogs/task-page.c: (task_page_fill_component): + * gui/dialogs/comp-editor.c: (page_changed_cb), + (page_summary_changed_cb), (page_dates_changed_cb): + * gui/dialogs/event-page.c: (event_page_fill_component): + * gui/dialogs/memo-page.c: (memo_page_fill_component): + Pass real widget as parent to e_notice, not a GObject. + 2007-11-13 Ondrej Jirman <megous@megous.com> ** Fix for bug #494323 |