From c79aa2c8de0f508d45b993521b5c11e39de221e9 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 01 Oct 2002 10:40:16 +0000 Subject: Patch by stelian to fix problem with timezone switching The CityTime settngs app writes in to CityTime where the tzselector wanted to read from WorldTime thank --- (limited to 'library/tzselect.cpp') diff --git a/library/tzselect.cpp b/library/tzselect.cpp index e16b8d4..9436867 100644 --- a/library/tzselect.cpp +++ b/library/tzselect.cpp @@ -91,7 +91,7 @@ void TZCombo::updateZones() int curix=0; QString tz = getenv("TZ"); bool tzFound = FALSE; - Config cfg("WorldTime"); + Config cfg("CityTime"); cfg.setGroup("TimeZones"); int listIndex = 0; if (parent()->inherits("TimeZoneSelector")) { -- cgit v0.9.0.2