diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-02-14 23:37:45 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-02-14 23:37:45 +0800 |
commit | 31c1f56b27f2bc65aa0f9007292a9732a35f72f1 (patch) | |
tree | 541c7913ce5d555ec1299e13b45eb192580effcd /addressbook/ChangeLog | |
parent | 7b29506eae5d8d1faeedb12f92131b6ee2130b79 (diff) | |
download | gsoc2013-evolution-31c1f56b27f2bc65aa0f9007292a9732a35f72f1.tar.gz gsoc2013-evolution-31c1f56b27f2bc65aa0f9007292a9732a35f72f1.tar.zst gsoc2013-evolution-31c1f56b27f2bc65aa0f9007292a9732a35f72f1.zip |
Don't allow newlines in the password dialog title. Use a fixed string
2008-02-14 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/component/addressbook.c (addressbook_authenticate):
Don't allow newlines in the password dialog title. Use a fixed
string instead. (#516279)
svn path=/trunk/; revision=35012
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 78ea4f6da7..fbbbdb8ea5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2008-02-14 Matthew Barnes <mbarnes@redhat.com> + + * gui/component/addressbook.c (addressbook_authenticate): + Don't allow newlines in the password dialog title. Use a fixed + string instead. (#516279) + 2008-02-10 Suman Manjunath <msuman@novell.com> ** Fix for bug #510642 |