<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>120698</bug_id>
          
          <creation_ts>2006-01-24 10:11:15 +0000</creation_ts>
          <short_desc>browser history isn&apos;t properly cleaned</short_desc>
          <delta_ts>2006-09-25 12:29:57 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>konqueror</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Debian testing</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Andrea Garbarini">garbaz</reporter>
          <assigned_to name="Konqueror Bugs">konqueror-bugs-null</assigned_to>
          <cc>katarina</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>408537</commentid>
    <comment_count>0</comment_count>
    <who name="Andrea Garbarini">garbaz</who>
    <bug_when>2006-01-24 10:11:16 +0000</bug_when>
    <thetext>Version:            (using KDE KDE 3.5.1)
Installed from:    Debian testing/unstable Packages

when clearing konqueror&apos;s browse history through the kcontrol module, previously visited http locations will no longer be displayed in the location bar, and this is the way it is intended to work =) problem is, when you log back in, they are displayed again, in fact all sensible data is still stored in ~/.kde/share/config/konq_history

i had the very same problem in suse 10.0, hence I don&apos;t think this is distro related

have a nice day
andrea</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>472194</commentid>
    <comment_count>1</comment_count>
    <who name="Philip Rodrigues">phil</who>
    <bug_when>2006-09-23 16:21:51 +0000</bug_when>
    <thetext>Using &quot;clear history&quot; in settings-&gt;configure konq -&gt; history sidebar empties konq_history here. What setting did you use in kcontrol?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>472432</commentid>
    <comment_count>2</comment_count>
    <who name="Katarina Erkkonen">katarina</who>
    <bug_when>2006-09-24 19:21:27 +0000</bug_when>
    <thetext>I&apos;m experiencing the same thing. Both when trying to erase it from Control Center --&gt; clean up (clears everything except the konq_history file) and also through Konqueror itself (History sidebar --&gt; clear History). When clearing it in Konqueror it seems to be gone, but if I start a new one/another one, all of  the history is left.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>472570</commentid>
    <comment_count>3</comment_count>
    <who name="Andreas Kling">info</who>
    <bug_when>2006-09-25 12:29:57 +0000</bug_when>
    <thetext>SVN commit 588187 by kling:

Connect to KonqHistoryManager&apos;s cleared() signal.
Makes &quot;Clear History&quot; wipe the location bar history permanently instead of just in open Konqueror windows.

BUG: 78538
BUG: 99143
BUG: 120698
BUG: 128854


 M  +1 -0      konq_combo.cc  


--- branches/KDE/3.5/kdebase/konqueror/konq_combo.cc #588186:588187
@@ -122,6 +122,7 @@
     // Make the lineedit consume the Key_Enter event...
     setTrapReturnKey( true );
 
+    connect( KonqHistoryManager::kself(), SIGNAL(cleared()), SLOT(slotCleared()) );
     connect( this, SIGNAL(cleared() ), SLOT(slotCleared()) );
     connect( this, SIGNAL(highlighted( int )), SLOT(slotSetIcon( int )) );
     connect( this, SIGNAL(activated( const QString&amp; )),
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>