diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-10-31 20:53:18 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-10-31 20:53:18 +0800 |
commit | 9f6d470e753e1b909a304208cb06f104bb0cb324 (patch) | |
tree | d9a51812d84486eaf9c6c017687bc60400bf8e5d /my-evolution/e-summary-weather.c | |
parent | 3f2c88fd0f1c284881b5d63655850619017185d9 (diff) | |
download | gsoc2013-evolution-9f6d470e753e1b909a304208cb06f104bb0cb324.tar gsoc2013-evolution-9f6d470e753e1b909a304208cb06f104bb0cb324.tar.gz gsoc2013-evolution-9f6d470e753e1b909a304208cb06f104bb0cb324.tar.bz2 gsoc2013-evolution-9f6d470e753e1b909a304208cb06f104bb0cb324.tar.lz gsoc2013-evolution-9f6d470e753e1b909a304208cb06f104bb0cb324.tar.xz gsoc2013-evolution-9f6d470e753e1b909a304208cb06f104bb0cb324.tar.zst gsoc2013-evolution-9f6d470e753e1b909a304208cb06f104bb0cb324.zip |
Fix bug if you remove all folders, or all rdfs or all weather stations where settings were reset
svn path=/trunk/; revision=14534
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index e057584534..2787989277 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -653,7 +653,7 @@ e_summary_weather_init (ESummary *summary) e_summary_add_protocol_listener (summary, "weather", e_summary_weather_protocol, weather); - if (prefs == NULL || prefs->stations == NULL) { + if (prefs == NULL) { /* translators: Put here a list of codes for locations you want to see in My Evolution by default. You can find the list of all stations and their codes in Evolution sources |