[rkward-cvs] SF.net SVN: rkward: [2239] branches/KDE4_port/rkward/windows/rkhtmlwindow. cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Nov 18 18:55:10 UTC 2007
Revision: 2239
http://rkward.svn.sourceforge.net/rkward/?rev=2239&view=rev
Author: tfry
Date: 2007-11-18 10:55:09 -0800 (Sun, 18 Nov 2007)
Log Message:
-----------
Fix trivial messup in help window menus
Modified Paths:
--------------
branches/KDE4_port/rkward/windows/rkhtmlwindow.cpp
Modified: branches/KDE4_port/rkward/windows/rkhtmlwindow.cpp
===================================================================
--- branches/KDE4_port/rkward/windows/rkhtmlwindow.cpp 2007-11-18 18:40:40 UTC (rev 2238)
+++ branches/KDE4_port/rkward/windows/rkhtmlwindow.cpp 2007-11-18 18:55:09 UTC (rev 2239)
@@ -403,7 +403,7 @@
setComponentData (KGlobal::mainComponent ());
// strip down the khtmlpart's GUI. remove some stuff we definitely don't need.
- RKCommonFunctions::removeContainers (khtmlpart, QString ("tools,security,extraToolBar,saveBackground,saveDocument,saveFrame,printFrame,kget_menu").split ('.'), true);
+ RKCommonFunctions::removeContainers (khtmlpart, QString ("tools,security,extraToolBar,saveBackground,saveDocument,saveFrame,printFrame,kget_menu").split (','), true);
back = actionCollection ()->addAction (KStandardAction::Back, "help_back", this, SLOT (slotBack()));
back->setEnabled (false);
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