[yast-commit] r55298 - in /trunk/yast2: library/desktop/src/Desktop.ycp package/yast2.changes
Author: ug Date: Fri Feb 6 12:28:30 2009 New Revision: 55298 URL: http://svn.opensuse.org/viewcvs/yast?rev=55298&view=rev Log: read X-SuSE-DocTeamID from desktop files Modified: trunk/yast2/library/desktop/src/Desktop.ycp trunk/yast2/package/yast2.changes Modified: trunk/yast2/library/desktop/src/Desktop.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/desktop/src/Desktop.ycp?rev=55298&r1=55297&r2=55298&view=diff ============================================================================== --- trunk/yast2/library/desktop/src/Desktop.ycp (original) +++ trunk/yast2/library/desktop/src/Desktop.ycp Fri Feb 6 12:28:30 2009 @@ -130,6 +130,7 @@ filemap["Hidden"] = SCR::Read(filepath + "Hidden"); filemap["Name"] = ReadLocalizedKey(filename, filepath, "Name"); filemap["modules"] = []; + filemap["X-SuSE-DocTeamID"] = SCR::Read(filepath + "X-SuSE-DocTeamID"); string name = (string) SCR::Read(filepath + "X-SuSE-YaST-Group"); Groups[name] = filemap; Modified: trunk/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=55298&r1=55297&r2=55298&view=diff ============================================================================== --- trunk/yast2/package/yast2.changes (original) +++ trunk/yast2/package/yast2.changes Fri Feb 6 12:28:30 2009 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Feb 6 12:27:50 CET 2009 - ug@suse.de + +- read X-SuSE-DocTeamID from desktop files + +------------------------------------------------------------------- Fri Feb 6 10:40:17 CET 2009 - locilka@suse.cz - InstError module moved here from yast2-installation-2.18.5 -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ug@svn.opensuse.org