From 1f5c34c5678de36df653da048662008bfe6e1af2 Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Fri, 12 Jul 2024 15:56:21 +0300
Subject: =?UTF-8?q?fixes=20#4529=20(Weather:=20=D0=BD=D0=B5=20=D1=80=D0=B0?=
 =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82=20=D0=BA=D0=BD=D0=BE=D0=BF?=
 =?UTF-8?q?=D0=BA=D0=B0=20"=D0=95=D1=89=D1=91...")?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 protocols/Weather/src/weather_userinfo.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/protocols/Weather/src/weather_userinfo.cpp b/protocols/Weather/src/weather_userinfo.cpp
index 5d4ba034d0..b0e0bf6859 100644
--- a/protocols/Weather/src/weather_userinfo.cpp
+++ b/protocols/Weather/src/weather_userinfo.cpp
@@ -272,6 +272,7 @@ public:
 		CUserInfoPageDlg(g_plugin, IDD_USERINFO),
 		btnDetail(this, IDC_MOREDETAIL)
 	{
+		btnDetail.OnClick = Callback(this, &WeatherUserInfoDlg::onClick_Detail);
 	}
 
 	bool OnInitDialog() override
-- 
cgit v1.2.3