<?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>119889</bug_id>
          
          <creation_ts>2006-01-10 23:21:14 +0000</creation_ts>
          <short_desc>Renaming a note opening it and editing its title does not rename it in the kontact notes view</short_desc>
          <delta_ts>2006-01-11 00:42:46 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kontact</product>
          <component>notes</component>
          <version>unspecified</version>
          <rep_platform>Fedora RPMs</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="Vincenzo Ciancia">vincenzo_ml</reporter>
          <assigned_to name="Michael Brade">brade</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>405138</commentid>
    <comment_count>0</comment_count>
    <who name="Vincenzo Ciancia">vincenzo_ml</who>
    <bug_when>2006-01-10 23:21:15 +0000</bug_when>
    <thetext>Version:            (using KDE KDE 3.5.0)
Installed from:    Fedora RPMs

If I double-click on a note in kontact, and change the title, the name in the icon view remains the old one - but if I rename it using the context menu, and then double click on the note, I see the new name in the title, so these two behaviours contradict each other.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>405159</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Brade">brade</who>
    <bug_when>2006-01-11 00:42:45 +0000</bug_when>
    <thetext>SVN commit 496678 by brade:

Fixed #119889: when renaming a note within the note editor of Kontact update
the view as well (i.e., the listview item).

BUG: 119889


 M  +1 -1      knotes_part.cpp  


--- branches/KDE/3.5/kdepim/kontact/plugins/knotes/knotes_part.cpp #496677:496678
@@ -338,7 +338,7 @@
   mNoteEditDlg-&gt;setText( journal-&gt;description() );
 
   if ( mNoteEditDlg-&gt;exec() == QDialog::Accepted ) {
-    journal-&gt;setSummary( mNoteEditDlg-&gt;title() );
+    item-&gt;setText( mNoteEditDlg-&gt;title() );
     journal-&gt;setDescription( mNoteEditDlg-&gt;text() );
     mManager-&gt;save();
   }
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>