Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.2038
Browse files Browse the repository at this point in the history
It is based on:
* psi: 34299372
* plugins: 7a65467
* psimedia: 478567e
* resources: e32ef4b
  • Loading branch information
tehnick committed Jul 10, 2024
1 parent c663c01 commit 1d53f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/psirosterwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ void PsiRosterWidget::setPickContactMode(bool value)
if (value) {
setFilterModeEnabled(true);
}
contactListPageView_->setActivateAction(value ? ContactListView::SignalSelected : ContactListView::Activate);
filterPageView_->setActivateAction(value ? ContactListView::SignalSelected : ContactListView::Activate);
}

void PsiRosterWidget::clearFilterEdit()
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2037 (2024-07-11, cc3d12bd)
1.5.2038 (2024-07-11, 34299372)

0 comments on commit 1d53f23

Please sign in to comment.