SVN commit 418428 by aseigo: default to no additional timezones so that people who are easily confused by mouse wheels aren't subjected to confusing situations by default. and this way we don't annoy the rest of the world by making their scroll mouse useless in an obviously useful place. timezones are pretty user dependant anyways. i have no interest in the time in moscow, why should it be in the defaults? CCBUG:106266 CCMAIL:kde-usability@kde.org M +1 -4 zone.cpp --- trunk/KDE/kdebase/kicker/applets/clock/zone.cpp #418427:418428 @@ -66,10 +66,7 @@ config->setGroup("General"); /* default displayable timezones */ - QString tzList = config->readEntry("RemoteZones", - "America/Los_Angeles,America/New_York," - "Australia/Sydney,Asia/Tokyo," - "Europe/Berlin,Europe/London,Europe/Moscow"); + QString tzList = config->readEntry("RemoteZones"); _remotezonelist = QStringList::split(",", tzList); setZone(config->readNumEntry("Initial_TZ", 0)); } _______________________________________________ kde-usability mailing list kde-usability@kde.org https://mail.kde.org/mailman/listinfo/kde-usability