Skip to content

Commit

Permalink
fixes #3422 (Sessions: падение при удалении несуществующей сессии)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehazan committed Mar 13, 2023
1 parent eb7d323 commit 8738695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Sessions/Src/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ class COptionsDlg : public CDlgBase
if (!LoadSessionContacts())
btnDel.Disable();
}
else btnDel.Disable();

GetComboBoxInfo(m_list.GetHwnd(), &cbi);
mir_subclassWindow(cbi.hwndItem, ComboBoxSubclassProc);
Expand Down

0 comments on commit 8738695

Please sign in to comment.