diff options
Diffstat (limited to 'protocols/Weather/src')
-rw-r--r-- | protocols/Weather/src/weather_proto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Weather/src/weather_proto.cpp b/protocols/Weather/src/weather_proto.cpp index a5a3986bb7..fdb1fe443d 100644 --- a/protocols/Weather/src/weather_proto.cpp +++ b/protocols/Weather/src/weather_proto.cpp @@ -58,6 +58,7 @@ CWeatherProto::~CWeatherProto() void CWeatherProto::OnModulesLoaded() { InitMwin(); + InitMenuItems(); // timer for the first update m_impl.m_start.Start(5000); // first update is 5 sec after load |