[yast-commit] r67644 - in /branches/SuSE-Code-11-SP2-Branch/qt-pkg: VERSION.cmake package/yast2-qt-pkg.changes src/YQPkgRpmGroupTagsFilterView.cc
Author: tgoettlicher Date: Fri Mar 16 11:07:19 2012 New Revision: 67644 URL: http://svn.opensuse.org/viewcvs/yast?rev=67644&view=rev Log: fixed untranslated rpm package groups Modified: branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgRpmGroupTagsFilterView.cc Modified: branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake?rev=67644&r1=67643&r2=67644&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake (original) +++ branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake Fri Mar 16 11:07:19 2012 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "21") -SET(VERSION_PATCH "4") +SET(VERSION_PATCH "5") Modified: branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes?rev=67644&r1=67643&r2=67644&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes Fri Mar 16 11:07:19 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Mar 16 11:06:17 CET 2012 - tgoettlicher@suse.de + +- Fixed untranslated rpm package groups (bnc #722325) +- 2.21.5 + +------------------------------------------------------------------- Tue Nov 8 15:41:47 CET 2011 - tgoettlicher@suse.de - Fixed untranslated rpm package groups (bnc #722325) Modified: branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgRpmGroupTagsFilterView.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgRpmGroupTagsFilterView.cc?rev=67644&r1=67643&r2=67644&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgRpmGroupTagsFilterView.cc (original) +++ branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgRpmGroupTagsFilterView.cc Fri Mar 16 11:07:19 2012 @@ -80,8 +80,6 @@ { _rpmGroupsTree = new YRpmGroupsTree(); Q_CHECK_PTR( _rpmGroupsTree ); - _rpmGroupsTree->setTextdomain("qt-pkg"); - fillRpmGroupsTree(); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
tgoettlicher@svn2.opensuse.org