diff options
Diffstat (limited to 'protocols/Weather/src/weather_ini.cpp')
| -rw-r--r-- | protocols/Weather/src/weather_ini.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_ini.cpp b/protocols/Weather/src/weather_ini.cpp index 0929b06c1e..0296e0a7d8 100644 --- a/protocols/Weather/src/weather_ini.cpp +++ b/protocols/Weather/src/weather_ini.cpp @@ -198,7 +198,8 @@ static INT_PTR CALLBACK DlgProcSetup(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR break; case IDC_STEP4: - WeatherAdd(0, 0); + db_set_s(0, "FindAdd", "LastSearched", "Weather"); + CallService(MS_FINDADD_FINDADD, 0, 0); __fallthrough; case IDCANCEL: |
