From kde-commits Sat Jan 31 22:44:28 2009 From: Tom Albers Date: Sat, 31 Jan 2009 22:44:28 +0000 To: kde-commits Subject: playground/base/konq-plugins Message-Id: <1233441868.102154.4688.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123344188111772 SVN commit 919419 by toma: Add ClearHttpAuth plugin for konqi. This way you can reset the http auth and reload to relogin with another username into the site. M +2 -0 CMakeLists.txt A clearhttpauth (directory) A clearhttpauth/CMakeLists.txt A clearhttpauth/Messages.sh A clearhttpauth/plugin_clearhttpauth.cpp [License: LGPL (v2+)] A clearhttpauth/plugin_clearhttpauth.desktop A clearhttpauth/plugin_clearhttpauth.h [License: LGPL (v2+)] A clearhttpauth/plugin_clearhttpauth.rc --- trunk/playground/base/konq-plugins/CMakeLists.txt #919418:919419 @@ -1 +1,3 @@ add_subdirectory( bookmarksync ) +add_subdirectory( clearhttpauth ) +