From f81882412a602d2b19746dda3d013926021890bd Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 3 Aug 2005 08:23:26 +0000 Subject: Made the error dialog for load-error nonmodal, since it block the UI along 2005-08-01 Srinivasa Ragavan * gui/widgets/eab-gui-util.c (eab_load_error_dialog): Made the error dialog for load-error nonmodal, since it block the UI along with popup menu. * gui/component/addressbook-view.c (load_uri_for_selection) (primary_source_selection_changed_callback) (addressbook_view_init): Checks whether the book is already selected. If so it doesnt reselect it on a r-click. Fixes the bug #309247 svn path=/trunk/; revision=29966 --- addressbook/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6ddda5bc9a..e92238559e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2005-08-01 Srinivasa Ragavan + + * gui/widgets/eab-gui-util.c (eab_load_error_dialog): Made the error dialog + for load-error nonmodal, since it block the UI along with popup menu. + + * gui/component/addressbook-view.c (load_uri_for_selection) + (primary_source_selection_changed_callback) (addressbook_view_init): + Checks whether the book is already selected. If so it doesnt reselect + it on a r-click. Fixes the bug #309247 + 2005-08-03 Frank Arnold * addressbook.error.xml: Marked string for translation -- cgit