[yast-commit] r63281 - in /trunk/gtk: VERSION VERSION.cmake package/yast2-gtk.changes src/pkg/ygtkpkgdetailview.cc
Author: rpmcruz Date: Fri Jan 28 19:06:39 2011 New Revision: 63281 URL: http://svn.opensuse.org/viewcvs/yast?rev=63281&view=rev Log: Milestone version. Modified: trunk/gtk/VERSION trunk/gtk/VERSION.cmake trunk/gtk/package/yast2-gtk.changes trunk/gtk/src/pkg/ygtkpkgdetailview.cc Modified: trunk/gtk/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/VERSION?rev=63281&r1=63280&r2=63281&view=diff ============================================================================== --- trunk/gtk/VERSION (original) +++ trunk/gtk/VERSION Fri Jan 28 19:06:39 2011 @@ -1 +1 @@ -2.21.88 +2.21.89 Modified: trunk/gtk/VERSION.cmake URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/VERSION.cmake?rev=63281&r1=63280&r2=63281&view=diff ============================================================================== --- trunk/gtk/VERSION.cmake (original) +++ trunk/gtk/VERSION.cmake Fri Jan 28 19:06:39 2011 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "21") -SET(VERSION_PATCH "88") +SET(VERSION_PATCH "89") Modified: trunk/gtk/package/yast2-gtk.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/package/yast2-gtk.changes?rev=63281&r1=63280&r2=63281&view=diff ============================================================================== --- trunk/gtk/package/yast2-gtk.changes (original) +++ trunk/gtk/package/yast2-gtk.changes Fri Jan 28 19:06:39 2011 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri Jan 28 18:03:00 WET 2011 - rpmcruz@alunos.dcc.fc.up.pt + +- 2.21.89 +- sw_single bug fix: the versions box is showing the to-install +as marked for all versions, not merely the one who is actually +going to get installed. (Reported by Atri.) + +------------------------------------------------------------------- Thu Jan 20 20:22:00 WET 2011 - rpmcruz@alunos.dcc.fc.up.pt - 2.21.88 Modified: trunk/gtk/src/pkg/ygtkpkgdetailview.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/pkg/ygtkpkgdetailview.cc?rev=63281&r1=63280&r2=63281&view=diff ============================================================================== --- trunk/gtk/src/pkg/ygtkpkgdetailview.cc (original) +++ trunk/gtk/src/pkg/ygtkpkgdetailview.cc Fri Jan 28 19:06:39 2011 @@ -460,6 +460,7 @@ } modified = sel.toInstall(); } + modified = modified && version.toModify(); if (modified) tooltip = _("Undo"); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rpmcruz@svn2.opensuse.org