diff options
author | Chris Toshok <toshok@ximian.com> | 2003-03-27 12:06:43 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-03-27 12:06:43 +0800 |
commit | 06aa62ad092e7b94599a9b2cbf392fe731f3872d (patch) | |
tree | b2e51783c0187f47bff51677b8d924d210af44ab /addressbook/ChangeLog | |
parent | 7cede93af547f2a0929440be4c803faec6f0ec75 (diff) | |
download | gsoc2013-evolution-06aa62ad092e7b94599a9b2cbf392fe731f3872d.tar.gz gsoc2013-evolution-06aa62ad092e7b94599a9b2cbf392fe731f3872d.tar.zst gsoc2013-evolution-06aa62ad092e7b94599a9b2cbf392fe731f3872d.zip |
[ fixes bug #34651 ] strcmp -> g_utf8_collate. (update_query): encode the
2003-03-26 Chris Toshok <toshok@ximian.com>
[ fixes bug #34651 ]
* gui/component/select-names/e-select-names.c
(select_entry_changed): strcmp -> g_utf8_collate.
(update_query): encode the string we pass for the query.
svn path=/trunk/; revision=20541
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 11f1c1ca28..ad110a7284 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2003-03-26 Chris Toshok <toshok@ximian.com> + [ fixes bug #34651 ] + * gui/component/select-names/e-select-names.c + (select_entry_changed): strcmp -> g_utf8_collate. + (update_query): encode the string we pass for the query. + +2003-03-26 Chris Toshok <toshok@ximian.com> + [ fixes bug #34085 ] * gui/contact-list-editor/e-contact-list-editor.c (table_drag_data_received_cb): only successfully complete the drag |