Skip to content

Commit

Permalink
Use correct view for contact pick mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jul 10, 2024
1 parent cc3d12b commit 3429937
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3429937

Please sign in to comment.