diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2005-04-02 02:31:18 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-04-02 02:31:18 +0800 |
commit | 156a9657910c830f4439d1b1f750f605b7a56e4a (patch) | |
tree | 1709a715b56544493ac22f4ed8084f9513e38280 /calendar/ChangeLog | |
parent | 794cee91015ee7c9f935c2325a355a4e724047e8 (diff) | |
download | gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.gz gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.bz2 gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.lz gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.xz gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.zst gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.zip |
Fixes #41740
2005-04-01 Rodrigo Moya <rodrigo@novell.com>
Fixes #41740
* gui/calendar-errors.xml:
* gui/calendar-errors.xml.h: added editor error.
* gui/alarm-notify/alarm-queue.c (edit_component): display error messages
when we can't load the component in the editor.
* gui/alarm-notify/Makefile.am: linked against libemiscwidgets.la.
svn path=/trunk/; revision=29148
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index fec984101f..2b411c8185 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2005-04-01 Rodrigo Moya <rodrigo@novell.com> + + Fixes #41740 + + * gui/calendar-errors.xml: + * gui/calendar-errors.xml.h: added editor error. + + * gui/alarm-notify/alarm-queue.c (edit_component): display error messages + when we can't load the component in the editor. + + * gui/alarm-notify/Makefile.am: linked against libemiscwidgets.la. + 2005-04-01 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73879 |