Mailinglist Archive: yast-commit (939 mails)

< Previous Next >
[yast-commit] r52852 - in /trunk/qt-pkg: package/yast2-qt-pkg.changes src/YQPackageSelector.cc
  • From: tgoettlicher@xxxxxxxxxxxxxxxx
  • Date: Mon, 03 Nov 2008 16:08:23 -0000
  • Message-id: <20081103160824.0748B2E99C@xxxxxxxxxxxxxxxx>
Author: tgoettlicher
Date: Mon Nov 3 17:08:23 2008
New Revision: 52852

URL: http://svn.opensuse.org/viewcvs/yast?rev=52852&view=rev
Log:
Fixed bnc #438680: software installation description not refreshed after search

Modified:
trunk/qt-pkg/package/yast2-qt-pkg.changes
trunk/qt-pkg/src/YQPackageSelector.cc

Modified: trunk/qt-pkg/package/yast2-qt-pkg.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt-pkg/package/yast2-qt-pkg.changes?rev=52852&r1=52851&r2=52852&view=diff
==============================================================================
--- trunk/qt-pkg/package/yast2-qt-pkg.changes (original)
+++ trunk/qt-pkg/package/yast2-qt-pkg.changes Mon Nov 3 17:08:23 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Nov 3 16:44:47 CET 2008 - tgoettlicher@xxxxxxx
+
+- Fixed bnc #438680: software installation description not
+ refreshed after search
+
+-------------------------------------------------------------------
Fri Oct 31 17:56:00 CET 2008 - sh@xxxxxxx

- Fixed bnc #381981: Bad initial size for secondary filters in

Modified: trunk/qt-pkg/src/YQPackageSelector.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt-pkg/src/YQPackageSelector.cc?rev=52852&r1=52851&r2=52852&view=diff
==============================================================================
--- trunk/qt-pkg/src/YQPackageSelector.cc (original)
+++ trunk/qt-pkg/src/YQPackageSelector.cc Mon Nov 3 17:08:23 2008
@@ -843,6 +843,10 @@
connect( filter, SIGNAL( filterFinished() ),
pkgList, SLOT ( logExcludeStatistics() ) );

+ connect( filter, SIGNAL( filterFinished() ),
+ pkgList, SLOT ( setFocus() ) );
+
+

if ( hasUpdateSignal )
{

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

< Previous Next >
This Thread
  • No further messages