Bookmarks now save on exit; not loaded on startup yet.

This commit is contained in:
Charles J. Cliffe
2016-12-12 23:47:05 -05:00
parent d48887d132
commit 746b7cfcae
5 changed files with 77 additions and 2 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ void BookmarkView::onBookmarkChoice( wxCommandEvent &event ) {
if (recentSel) {
doBookmarkRecent(groupSel, recentSel);
}
if (bookmarkSel) {
if (bookmarkSel && groupSel != "") {
doMoveBookmark(bookmarkSel, groupSel);
}
}