[yast-commit] r49502 - in /trunk/packager: package/yast2-packager.changes src/clients/repositories.ycp
Author: lslezak Date: Wed Jul 30 09:37:46 2008 New Revision: 49502 URL: http://svn.opensuse.org/viewcvs/yast?rev=49502&view=rev Log: - display autorefresh column in the repository config module (bnc#384132) Modified: trunk/packager/package/yast2-packager.changes trunk/packager/src/clients/repositories.ycp Modified: trunk/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.changes?rev=49502&r1=49501&r2=49502&view=diff ============================================================================== --- trunk/packager/package/yast2-packager.changes (original) +++ trunk/packager/package/yast2-packager.changes Wed Jul 30 09:37:46 2008 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jul 30 09:36:40 CEST 2008 - lslezak@suse.cz + +- display autorefresh column in the repository config module + (bnc#384132) + +------------------------------------------------------------------- Tue Jul 29 07:10:57 CEST 2008 - lslezak@suse.cz - added yast2-transfer to BuildRequires Modified: trunk/packager/src/clients/repositories.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/clients/repositories.ycp?rev=49502&r1=49501&r2=49502&view=diff ============================================================================== --- trunk/packager/src/clients/repositories.ycp (original) +++ trunk/packager/src/clients/repositories.ycp Wed Jul 30 09:37:46 2008 @@ -129,6 +129,7 @@ PriorityToString(priority), // corresponds to the "Enable/Disable" button source[ "enabled" ]:true ? UI::Glyph (`CheckMark) : "", + source[ "autorefresh" ]:true ? UI::Glyph (`CheckMark) : "", // translators: unknown name for a given source alias, generalData[ "url" ]:"" @@ -372,7 +373,10 @@ // table header - priority of the repository - keep the translation as short as possible! _("Priority"), // table header - is the repo enabled? - keep the translation as short as possible! - _("Enabled"), + `Center(_("Enabled")), + // table header - is autorefresh enabled for the repo? + // keep the translation as short as possible! + `Center(_("Autorefresh")), // table header - name of the repo _("Name"), // table header - URL of the repo -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org