diff options
author | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-11-22 07:55:45 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-11-22 07:55:45 +0800 |
commit | 3c80fbd004c256274bf6856c19cb119226415a89 (patch) | |
tree | e009875c0c1d8c715849b2b4b0a1388ba25e65f1 /addressbook/gui/widgets | |
parent | 17df6f69a2a9521ffa3ed41ad93d951909df8f0b (diff) | |
download | gsoc2013-evolution-3c80fbd004c256274bf6856c19cb119226415a89.tar.gz gsoc2013-evolution-3c80fbd004c256274bf6856c19cb119226415a89.tar.zst gsoc2013-evolution-3c80fbd004c256274bf6856c19cb119226415a89.zip |
reverting commit
svn path=/trunk/; revision=27954
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/eab-gui-util.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index 90c103be16..a88bd4cf82 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -86,14 +86,7 @@ eab_load_error_dialog (GtkWidget *parent, ESource *source, EBookStatus status) uri = e_source_get_uri (source); - if (status == E_BOOK_ERROR_OFFLINE_UNAVAILABLE) { - label_string = _("We were unable to open this addressbook. This either means " - "this book is not marked for offline usage or not yet downloaded " - "for offline usage. Please load the addressbook once in online mode " - "to download its conents"); - } - - else if (!strncmp (uri, "file:", 5)) { + if (!strncmp (uri, "file:", 5)) { label_string = _("We were unable to open this addressbook. Please check that the " "path exists and that you have permission to access it."); |