diff options
author | Milan Crha <mcrha@redhat.com> | 2008-07-21 03:23:41 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-07-21 03:23:41 +0800 |
commit | 6c12d74cb15df7c26e79b19ac66ce7a89b76f71c (patch) | |
tree | 31f817465eab2fabf31fa9612e65b60e6eb937fa /addressbook/ChangeLog | |
parent | e84757b92e0c767f79099d0cf738f1ca998abf5e (diff) | |
download | gsoc2013-evolution-6c12d74cb15df7c26e79b19ac66ce7a89b76f71c.tar.gz gsoc2013-evolution-6c12d74cb15df7c26e79b19ac66ce7a89b76f71c.tar.zst gsoc2013-evolution-6c12d74cb15df7c26e79b19ac66ce7a89b76f71c.zip |
Committing on behalf of Milan Crha <mcrha@redhat.com>
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #228725
* gui/widgets/e-minicard-view.h: (struct _EMinicardView):
* gui/widgets/e-minicard-view.c: (set_empty_message),
(stop_state_changed), (e_minicard_view_set_property),
(e_minicard_view_dispose), (e_minicard_view_init):
Show different message in a view when searching.
svn path=/trunk/; revision=35783
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c62f154be6..fd3aa36ca4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -8,6 +8,16 @@ handle. This patch removes any freed objects from the 'locals' list in each conduit which otherwise frees them again when the conduit is closed. +2008-07-09 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #228725 + + * gui/widgets/e-minicard-view.h: (struct _EMinicardView): + * gui/widgets/e-minicard-view.c: (set_empty_message), + (stop_state_changed), (e_minicard_view_set_property), + (e_minicard_view_dispose), (e_minicard_view_init): + Show different message in a view when searching. + 2008-07-03 Milan Crha <mcrha@redhat.com> ** Fix for bug #540152 |