[rkward-cvs] SF.net SVN: rkward:[3628] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu May 26 17:52:12 UTC 2011
Revision: 3628
http://rkward.svn.sourceforge.net/rkward/?rev=3628&view=rev
Author: tfry
Date: 2011-05-26 17:52:11 +0000 (Thu, 26 May 2011)
Log Message:
-----------
Shut up a warning.
Modified Paths:
--------------
trunk/rkward/debian/changelog
trunk/rkward/rkward/windows/rkhtmlwindow.cpp
Modified: trunk/rkward/debian/changelog
===================================================================
--- trunk/rkward/debian/changelog 2011-05-26 11:36:46 UTC (rev 3627)
+++ trunk/rkward/debian/changelog 2011-05-26 17:52:11 UTC (rev 3628)
@@ -9,7 +9,7 @@
* new upstream release
* remove empty directory removal rkwardtests/inst. Now fixed upstream.
* remove man page links to rkward.bin and rkward.rbackend. These
- auxilliary binaries are no longer installed in the system path.
+ auxiliary binaries are no longer installed in the system path.
* remove debian man page. Man page is now supplied upstream.
* drop explicit dependency on libphonon-dev.
* fix lintian warning "description-synopsis-starts-with-article"
Modified: trunk/rkward/rkward/windows/rkhtmlwindow.cpp
===================================================================
--- trunk/rkward/rkward/windows/rkhtmlwindow.cpp 2011-05-26 11:36:46 UTC (rev 3627)
+++ trunk/rkward/rkward/windows/rkhtmlwindow.cpp 2011-05-26 17:52:11 UTC (rev 3628)
@@ -66,6 +66,7 @@
RKXMLGUISyncer::self()->registerChangeListener (khtmlpart, this, SLOT (fixupPartGUI()));
khtmlpart->setSelectable (true);
setFocusProxy (khtmlpart->widget ());
+ khtmlpart->widget ()->setFocusPolicy (Qt::StrongFocus);
khtmlpart->widget ()->setSizePolicy (QSizePolicy::Expanding, QSizePolicy::Expanding);
QHBoxLayout *pLayout = new QHBoxLayout (this);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list