From e71d630b32fc3ecd2213bd27742c3b7a9a943867 Mon Sep 17 00:00:00 2001
From: mickeyl <mickeyl>
Date: Wed, 25 Aug 2004 13:50:57 +0000
Subject: fix #1401 and upgrade ChangeLog

---
diff --git a/ChangeLog b/ChangeLog
index b5d27c3..7228691 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,12 +8,15 @@
 	* Integrated the new security framework into libopie2 (zecke,clem)
 	* Converted the launcher to use the new security framework (zecke)
 	* Backup can now handle custom locations for backup and restore (ar)
+	* Implemented right-on-hold feedback (wimpie,zecke)
+	* Lots of new features in opie-reader (tim,pohly)
 
 	Fixed Bugs
 	--------
 	* #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl)
 	* #1361 - Fixed auto upercase in Opie-Addressbook (eilers) 
 	* #1370 - Pimconverter now reacts on cancel key (eilers)
+	* #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl)
 
 2004-07-06	The Opie Team <opie@handhelds.org>
 
diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp
index e86f389..0d0f2cb 100644
--- a/core/launcher/launcherview.cpp
+++ b/core/launcher/launcherview.cpp
@@ -658,8 +658,6 @@ void LauncherView::setToolsEnabled(bool y)
 	    updateTools();
 	    tools->show();
 
-	    // Always show vscrollbar
-	    icons->setVScrollBarMode( QScrollView::AlwaysOn );
 	} else {
 	    delete tools;
 	    tools = 0;
--
cgit v0.9.0.2