<?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>110672</bug_id>
          
          <creation_ts>2005-08-13 00:44:26 +0000</creation_ts>
          <short_desc>remove confirmation when deleting notes</short_desc>
          <delta_ts>2006-01-07 18:20:59 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>knotes</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>unspecified</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>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Oliver Grimm">logistikka</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>364946</commentid>
    <comment_count>0</comment_count>
    <who name="Oliver Grimm">logistikka</who>
    <bug_when>2005-08-13 00:44:26 +0000</bug_when>
    <thetext>Version:           3.5 (using KDE KDE 3.4.1)
OS:                Linux

Please add an option to KNotes preferences to toggle on/off the confirmation for deleting a note.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>404341</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Brade">brade</who>
    <bug_when>2006-01-07 18:20:59 +0000</bug_when>
    <thetext>SVN commit 495310 by brade:

fixed #110672: added a &quot;Do not show again&quot; box to the delete note dialog

BUG: 110672



 M  +3 -2      ChangeLog  
 M  +5 -4      knote.cpp  


--- branches/KDE/3.5/kdepim/knotes/ChangeLog #495309:495310
@@ -3,8 +3,9 @@
 
 2006/01/06  Michael Brade &lt;brade@kde.org&gt;
 
-    * fixed #103780: Separate &quot;Clear&quot; action visually from Cut/Copy/Paste
-      since it&apos;s not doing anything with the clipboard.
+    * fixed #103780: separate &quot;Clear&quot; action visually from Cut/Copy/Paste
+      since it&apos;s not doing anything with the clipboard
+    * fixed #110672: added a &quot;Do not show again&quot; box to the delete note dialog
 
 2006/01/06  Michael Brade &lt;brade@kde.org&gt;
 
--- branches/KDE/3.5/kdepim/knotes/knote.cpp #495309:495310
@@ -370,10 +370,11 @@
 void KNote::slotKill( bool force )
 {
     if ( !force &amp;&amp;
-         KMessageBox::warningContinueCancel( this,
-            i18n(&quot;&lt;qt&gt;Do you really want to delete note &lt;b&gt;%1&lt;/b&gt;?&lt;/qt&gt;&quot;)
-                .arg( m_label-&gt;text() ),
-            i18n(&quot;Confirm Delete&quot;), KGuiItem( i18n(&quot;&amp;Delete&quot;), &quot;editdelete&quot;) )
+         KMessageBox::warningContinueCancel( this, 
+             i18n(&quot;&lt;qt&gt;Do you really want to delete note &lt;b&gt;%1&lt;/b&gt;?&lt;/qt&gt;&quot;).arg( m_label-&gt;text() ),
+             i18n(&quot;Confirm Delete&quot;), KGuiItem( i18n(&quot;&amp;Delete&quot;), &quot;editdelete&quot; ),
+             &quot;ConfirmDeleteNote&quot;
+         )
          != KMessageBox::Continue )
     {
         return;
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>