summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-08 14:47:00 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-08 14:47:03 +0300
commitabbb9519304b3090fed7d98c8a93524361b329b7 (patch)
tree09ae3c79335b13d75b5c1473c1788b883b49c0ec /protocols
parentcc3c8097bef32bfa10a283229062b68fd4e9c138 (diff)
Weather: very bad idea to write MirVer for weather contacts
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Weather/src/weather_update.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_update.cpp b/protocols/Weather/src/weather_update.cpp
index e647a93128..fc71bfc0a7 100644
--- a/protocols/Weather/src/weather_update.cpp
+++ b/protocols/Weather/src/weather_update.cpp
@@ -574,7 +574,6 @@ int GetWeatherData(MCONTACT hContact)
// assign condition icon
g_plugin.setWord(hContact, "StatusIcon", cond);
- g_plugin.setWString(hContact, "MirVer", Data->DisplayName);
return 0;
}