aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-view.c
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2004-08-12 13:30:56 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2004-08-12 13:30:56 +0800
commit6a6112ff6a93f8b82588a754d1df2a04eeeb0dd6 (patch)
tree6df9f4b9a717f0dccfce27ad44e80ea6a6e542c9 /addressbook/gui/component/addressbook-view.c
parent1b7b864689cda8258e766734bcb798bd3b4eb9a1 (diff)
downloadgsoc2013-evolution-6a6112ff6a93f8b82588a754d1df2a04eeeb0dd6.tar
gsoc2013-evolution-6a6112ff6a93f8b82588a754d1df2a04eeeb0dd6.tar.gz
gsoc2013-evolution-6a6112ff6a93f8b82588a754d1df2a04eeeb0dd6.tar.bz2
gsoc2013-evolution-6a6112ff6a93f8b82588a754d1df2a04eeeb0dd6.tar.lz
gsoc2013-evolution-6a6112ff6a93f8b82588a754d1df2a04eeeb0dd6.tar.xz
gsoc2013-evolution-6a6112ff6a93f8b82588a754d1df2a04eeeb0dd6.tar.zst
gsoc2013-evolution-6a6112ff6a93f8b82588a754d1df2a04eeeb0dd6.zip
when user cancels auth dialog send the anonoymous query only in case of
2004-08-12 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addresbook.c (load_source_auth_cb) : when user cancels auth dialog send the anonoymous query only in case of ldap *gui/component/addresbook-view.c (book_open_cb) : no need to display the error dialog when user cancels that svn path=/trunk/; revision=26876
Diffstat (limited to 'addressbook/gui/component/addressbook-view.c')
-rw-r--r--addressbook/gui/component/addressbook-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c
index 9b3db0c3b2..bf1e5fff0a 100644
--- a/addressbook/gui/component/addressbook-view.c
+++ b/addressbook/gui/component/addressbook-view.c
@@ -1213,7 +1213,7 @@ book_open_cb (EBook *book, EBookStatus status, gpointer closure)
if (view->model)
eab_model_force_folder_bar_message (view->model);
}
- else {
+ else if (status != E_BOOK_ERROR_CANCELLED) {
eab_load_error_dialog (NULL /* XXX */, source, status);
}