[Libreoffice-commits] .: connectivity/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Dec 1 06:19:35 PST 2012
connectivity/source/drivers/mork/MNSFolders.cxx | 2 +-
connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ea5a96a5c771ee2c2ebbe4c12c4e7f3b1cba29a7
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Dec 1 15:17:49 2012 +0100
Lacking "/" at the end of .icedove
Change-Id: Iabdce8e6032889034e265d3df331452b273e5ed1
diff --git a/connectivity/source/drivers/mork/MNSFolders.cxx b/connectivity/source/drivers/mork/MNSFolders.cxx
index e0da768..ccebd62 100644
--- a/connectivity/source/drivers/mork/MNSFolders.cxx
+++ b/connectivity/source/drivers/mork/MNSFolders.cxx
@@ -76,7 +76,7 @@ namespace
#else
{ ".mozilla/seamonkey/", NULL, NULL, NULL },
{ ".mozilla/firefox/", NULL, NULL, NULL },
- { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove" }
+ { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove/" }
#endif
};
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
index e0da768..ccebd62 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
@@ -76,7 +76,7 @@ namespace
#else
{ ".mozilla/seamonkey/", NULL, NULL, NULL },
{ ".mozilla/firefox/", NULL, NULL, NULL },
- { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove" }
+ { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove/" }
#endif
};
More information about the Libreoffice-commits
mailing list