Mailinglist Archive: yast-commit (525 mails)

< Previous Next >
[yast-commit] r61199 - in /trunk/country: VERSION package/yast2-country.changes timezone/src/YaPI/TIME.pm
  • From: jsuchome@xxxxxxxxxxxxxxxx
  • Date: Tue, 09 Mar 2010 13:04:54 -0000
  • Message-id: <E1Noz7G-0003WW-DY@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Tue Mar 9 14:04:54 2010
New Revision: 61199

URL: http://svn.opensuse.org/viewcvs/yast?rev=61199&view=rev
Log:
- YaPI/TIME.pm : enable returning timezone for language (bnc#558364)
- 2.19.9


Modified:
trunk/country/VERSION
trunk/country/package/yast2-country.changes
trunk/country/timezone/src/YaPI/TIME.pm

Modified: trunk/country/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/country/VERSION?rev=61199&r1=61198&r2=61199&view=diff
==============================================================================
--- trunk/country/VERSION (original)
+++ trunk/country/VERSION Tue Mar 9 14:04:54 2010
@@ -1 +1 @@
-2.19.8
+2.19.9

Modified: trunk/country/package/yast2-country.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/country/package/yast2-country.changes?rev=61199&r1=61198&r2=61199&view=diff
==============================================================================
--- trunk/country/package/yast2-country.changes (original)
+++ trunk/country/package/yast2-country.changes Tue Mar 9 14:04:54 2010
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Mar 9 13:45:51 CET 2010 - jsuchome@xxxxxxx
+
+- YaPI/TIME.pm : enable returning timezone for language (bnc#558364)
+- 2.19.9
+
------------------------------------------------------------------
Wed Jan 13 18:56:03 CET 2010 - kmachalkova@xxxxxxx


Modified: trunk/country/timezone/src/YaPI/TIME.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/country/timezone/src/YaPI/TIME.pm?rev=61199&r1=61198&r2=61199&view=diff
==============================================================================
--- trunk/country/timezone/src/YaPI/TIME.pm (original)
+++ trunk/country/timezone/src/YaPI/TIME.pm Tue Mar 9 14:04:54 2010
@@ -41,6 +41,9 @@
if (($args->{"timezone"} || "") eq "true"){
$ret->{"timezone"} = Timezone->timezone;
}
+ if (($args->{"language"} || "") ne "") {
+ $ret->{"timezone_for_language"} = Timezone->GetTimezoneForLanguage
($args->{"language"} || "", "");
+ }
return $ret;
}


--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages