<?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>101052</bug_id>
          
          <creation_ts>2005-03-07 20:59:15 +0000</creation_ts>
          <short_desc>Info List View : Adding File remove Meta Data (Reload needed)</short_desc>
          <delta_ts>2005-03-18 23:42:16 +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>file list view</component>
          <version>unspecified</version>
          <rep_platform>Compiled Sources</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>1</everconfirmed>
          <reporter name="Sebastien">slaout</reporter>
          <assigned_to name="Konqueror Bugs">konqueror-bugs-null</assigned_to>
          
          
          <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>321914</commentid>
    <comment_count>0</comment_count>
    <who name="Sebastien">slaout</who>
    <bug_when>2005-03-07 20:59:15 +0000</bug_when>
    <thetext>Version:            (using KDE KDE 3.3.0)
Installed from:    Compiled From Sources

* Open a directory containing MP3s or images
* Switch to &quot;Info List View&quot; view (View -&gt; View Type -&gt; Info List View)
* Wait Konquror to load Meta Data in the view
* Now, add (paste) a file into this folder
* All meta-data will dissappear, but the new file will have meta-data inside
* Press Reload and all is back in the good order (every file have meta-data displayed on side of it)

Obviously, when adding/pasting a file, meta-data should stay, only the new file should load its meta-data.

As a side effect, I like to paste a cover.png file into a directory full of MP3s: the meta-data, *after a refresh*, still display song meta-data (and not image meta-data like resolution, what I don&apos;t care of my songs folder).
When fixing this bug, please consider to keep this behaviour.
Because when pasting a picture in a songs folder, meta-data show pictures-related meta-data, what it shouldn&apos;t (and what it doesn&apos;t do after a refresh).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>325435</commentid>
    <comment_count>1</comment_count>
    <who name="Pascal Létourneau">pascal.letourneau</who>
    <bug_when>2005-03-18 23:42:15 +0000</bug_when>
    <thetext>CVS commit by pletourn: 

Don&apos;t clear the old metainfos after adding a new item
BUG:101052


  M +3 -1      konq_infolistviewwidget.cc   1.11.4.1


--- kdebase/konqueror/listview/konq_infolistviewwidget.cc  #1.11:1.11.4.1
@@ -223,4 +223,5 @@ void KonqInfoListViewWidget::slotNewItem
     slotUpdateBackground();
 
+    if ( !m_favorite.mimetype )
     determineCounts(list);
 
@@ -278,4 +279,5 @@ void KonqInfoListViewWidget::slotClear()
     delete m_metaInfoJob;
     m_metaInfoJob = 0;
+    m_favorite = KonqILVMimeType();
 
     KonqBaseListViewWidget::slotClear();
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>