[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bkdepimlibs=5D_akonadi=3A_Give_this_a_more_meaningfu?=
From:       Stephen Kelly <steveire () gmail ! com>
Date:       2011-02-27 8:53:22
Message-ID: 20110227085322.8FD1CA609B () git ! kde ! org
[Download RAW message or body]

Git commit d960be2fe8227d90af293cee9a573a29b12ed80f by Stephen Kelly.
Committed on 26/02/2011 at 23:19.
Pushed by skelly into branch 'master'.

Give this a more meaningful name.

M  +2    -2    akonadi/monitor_p.cpp     
M  +1    -1    akonadi/monitor_p.h     

http://commits.kde.org/kdepimlibs/d960be2fe8227d90af293cee9a573a29b12ed80f

diff --git a/akonadi/monitor_p.cpp b/akonadi/monitor_p.cpp
index 43f83fa..fd49cd3 100644
--- a/akonadi/monitor_p.cpp
+++ b/akonadi/monitor_p.cpp
@@ -310,7 +310,7 @@ void MonitorPrivate::slotFlushRecentlyChangedCollections()
   recentlyChangedCollections.clear();
 }
 
-void MonitorPrivate::appendAndCompress( const NotificationMessage &msg  )
+void MonitorPrivate::translateAndCompress( const NotificationMessage &msg  )
 {
   // We have to split moves into insert or remove if the source or destination
   // is not monitored.
@@ -360,7 +360,7 @@ void MonitorPrivate::slotNotify( const NotificationMessage::List &msgs )
     invalidateCaches( msg );
     updatePendingStatistics( msg );
     if ( acceptNotification( msg ) ) {
-      appendAndCompress( msg );
+      translateAndCompress( msg );
     }
   }
 
diff --git a/akonadi/monitor_p.h b/akonadi/monitor_p.h
index 2166fdf..6159572 100644
--- a/akonadi/monitor_p.h
+++ b/akonadi/monitor_p.h
@@ -102,7 +102,7 @@ class AKONADI_TESTS_EXPORT MonitorPrivate
     void slotStatisticsChangedFinished( KJob* );
     void slotFlushRecentlyChangedCollections();
 
-    void appendAndCompress( const NotificationMessage &msg  );
+    void translateAndCompress( const NotificationMessage &msg  );
 
     virtual void slotNotify( const NotificationMessage::List &msgs );
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic