Skip to content

Commit

Permalink
Updated src/bookmarkmanager.cpp. Fixed #738
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitozz committed May 7, 2024
1 parent baa780a commit 5bb2aae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bookmarkmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "iris/xmpp_task.h"
#include "iris/xmpp_xmlcommon.h"
#include "psiaccount.h"
#include "psioptions.h"

// -----------------------------------------------------------------------------

Expand Down Expand Up @@ -241,12 +240,11 @@ void BookmarkManager::getBookmarks_finished()
}
}

setIsAvailable(true);
if (urlsWereChanged)
emit urlsChanged(urls_);
if (conferencesWereChanged)
emit conferencesChanged(conferences_);

setIsAvailable(true);
} else {
setIsAvailable(false);
}
Expand Down

0 comments on commit 5bb2aae

Please sign in to comment.