~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to debian/patches/kubuntu-message-indicator/0005-Configuration-option-to-enable-disable-indicators.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-09-24 15:36:10 UTC
  • Revision ID: james.westby@ubuntu.com-20090924153610-pllcvgprrq6bo71y
Tags: 4:4.3.1-0ubuntu4
Update debian/patches/kubuntu-message-indicator with 20090924
versions from
http://people.canonical.com/~agateau/indicate/index.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 0dc68e5588f8270fada52e4993ac68203901a744 Mon Sep 17 00:00:00 2001
 
1
From e462428ad7ad65b8b9c0530513a4d8acacb65ac0 Mon Sep 17 00:00:00 2001
2
2
From: Aurelien Gateau <aurelien.gateau@canonical.com>
3
 
Date: Wed, 16 Sep 2009 11:42:09 +0200
4
 
Subject: [PATCH 5/5] Configuration option to enable/disable indicators
 
3
Date: Thu, 24 Sep 2009 13:40:34 +0200
 
4
Subject: [PATCH 5/8] Configuration option to enable/disable indicators
5
5
 
6
6
---
7
7
 kmail/configuredialog.cpp |   11 +++++++++++
83
83
         <label>Specify e&amp;ditor:</label>
84
84
         <default>kwrite %f</default>
85
85
diff --git a/kmail/kmfolder.cpp b/kmail/kmfolder.cpp
86
 
index aa6ee1a..ef09b43 100644
 
86
index 4caab1d..47049e0 100644
87
87
--- a/kmail/kmfolder.cpp
88
88
+++ b/kmail/kmfolder.cpp
89
89
@@ -32,6 +32,7 @@
94
94
 
95
95
 #include <errno.h>
96
96
 #include <unistd.h> // W_OK
97
 
@@ -934,6 +935,8 @@ void KMFolder::setIgnoreNewMail( bool b )
 
97
@@ -953,6 +954,8 @@ void KMFolder::setIgnoreNewMail( bool b )
98
98
       SLOT( updateIndicator() ) );
99
99
     connect( this, SIGNAL( iconsChanged() ),
100
100
       SLOT( updateIndicatorIcon() ) );
103
103
     updateIndicator();
104
104
     updateIndicatorIcon();
105
105
   }
106
 
@@ -958,7 +961,7 @@ void KMFolder::updateIndicator()
 
106
@@ -977,7 +980,7 @@ void KMFolder::updateIndicator()
107
107
     return;
108
108
   }
109
109
   int count = mStorage->countUnread();