File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ void download_art_paths_task::on_success(HWND p_wnd) {
553
553
CONF.find_release_dlg_flags &= ~CFindReleaseDialog::FLG_VARIOUS_AS_MULTI_ARTIST;
554
554
CONF.save (CConf::cfgFilter::CONF, CONF, CFG_FIND_RELEASE_DIALOG_FLAG);
555
555
556
- if (IsWindow (g_discogs->configuration_dialog ->m_hWnd )) {
556
+ if (g_discogs-> configuration_dialog && IsWindow (g_discogs->configuration_dialog ->m_hWnd )) {
557
557
CConfigurationDialog* cfgdlg = static_cast <CConfigurationDialog*>(g_discogs->configuration_dialog );
558
558
BOOL bdummy = 0 ;
559
559
cfgdlg->OnCustomVAMulti_Changed (0 , 0 , 0 , bdummy);
Original file line number Diff line number Diff line change 5
5
#define COMPONENT_VERSION_MAJOR 1
6
6
#define COMPONENT_VERSION_MINOR 0
7
7
#define COMPONENT_VERSION_PATCH 20
8
- #define COMPONENT_VERSION_SUB_PATCH 1
8
+ #define COMPONENT_VERSION_SUB_PATCH 2
9
9
10
10
#define SIM_VA_MA_BETA
11
11
#define FIX_VER
You can’t perform that action at this time.
0 commit comments