now again does not work anymore WHY??? + trace filename; refs #130

This commit is contained in:
Marc Wäckerlin
2012-05-10 13:59:12 +00:00
parent b61222e7cd
commit e8741e9e0b
3 changed files with 11 additions and 5 deletions

View File

@@ -881,7 +881,7 @@ class Browser: public QMainWindow, protected Ui::Browser {
urls.removeAll("");
urls.removeDuplicates();
if (_bookmarkfile.writeable()) {
LOG<<"write to bookmark file";
LOG<<"write to bookmark file"<<_bookmarkfile.name();
_bookmarkfile.write(urls);
} else if (_settings()) {
LOG<<"write to settings";
@@ -911,7 +911,7 @@ class Browser: public QMainWindow, protected Ui::Browser {
TRC; LOG<<"Loading Bookmarks ...";
QStringList urls;
if (_bookmarkfile.readable()) {
LOG<<"load from file";
LOG<<"load from file"<<_bookmarkfile.name();
urls = _bookmarkfile.read();
} else if (_settings()) {
LOG<<"load from settings";