now again does not work anymore WHY??? + trace filename; refs #130
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user