aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-11 01:23:16 +0800
committerChris Toshok <toshok@src.gnome.org>2004-04-11 01:23:16 +0800
commit203132df9b3d99d88cef1b8a6cb397d32d6ff55b (patch)
treece627ba788332909dbd7e828d3c3b1f17ea1d8a9 /addressbook/ChangeLog
parentf556de209eb4261f46fb32ab89098693193b0f46 (diff)
downloadgsoc2013-evolution-203132df9b3d99d88cef1b8a6cb397d32d6ff55b.tar
gsoc2013-evolution-203132df9b3d99d88cef1b8a6cb397d32d6ff55b.tar.gz
gsoc2013-evolution-203132df9b3d99d88cef1b8a6cb397d32d6ff55b.tar.bz2
gsoc2013-evolution-203132df9b3d99d88cef1b8a6cb397d32d6ff55b.tar.lz
gsoc2013-evolution-203132df9b3d99d88cef1b8a6cb397d32d6ff55b.tar.xz
gsoc2013-evolution-203132df9b3d99d88cef1b8a6cb397d32d6ff55b.tar.zst
gsoc2013-evolution-203132df9b3d99d88cef1b8a6cb397d32d6ff55b.zip
add prototypes for eab_load_error_dialog and eab_search_result_dialog.
2004-04-10 Chris Toshok <toshok@ximian.com> * gui/widgets/eab-gui-util.h: add prototypes for eab_load_error_dialog and eab_search_result_dialog. * gui/widgets/eab-gui-util.c (eab_load_error_dialog): the new addressbook_show_load_error_dialog. (eab_search_result_dialog): new function, the old contents of addressbook.c:search_result. * gui/component/addressbook.c (addressbook_show_load_error_dialog): move this function to eab-gui-utils.[ch] (search_result): split out the body of this into eab_search_result_dialog in eab-gui-utils.[ch]. (book_open_cb): call eab_load_error_dialog. * gui/component/addressbook.h: remove prototype for addressbook_show_load_error_dialog. svn path=/trunk/; revision=25409
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index b3390ffbe7..f3f3ef7e6a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,25 @@
2004-04-10 Chris Toshok <toshok@ximian.com>
+ * gui/widgets/eab-gui-util.h: add prototypes for
+ eab_load_error_dialog and eab_search_result_dialog.
+
+ * gui/widgets/eab-gui-util.c (eab_load_error_dialog): the new
+ addressbook_show_load_error_dialog.
+ (eab_search_result_dialog): new function, the old contents of
+ addressbook.c:search_result.
+
+ * gui/component/addressbook.c
+ (addressbook_show_load_error_dialog): move this function to
+ eab-gui-utils.[ch]
+ (search_result): split out the body of this into
+ eab_search_result_dialog in eab-gui-utils.[ch].
+ (book_open_cb): call eab_load_error_dialog.
+
+ * gui/component/addressbook.h: remove prototype for
+ addressbook_show_load_error_dialog.
+
+2004-04-10 Chris Toshok <toshok@ximian.com>
+
* util/e-destination.h: remove the e_destination_get_book api,
since the function doesn't exist.