rev 5330 - trunk/packages/kdepim/debian/patches

Sune Vuorela pusling-guest at alioth.debian.org
Tue Jan 16 20:06:05 CET 2007


Author: pusling-guest
Date: 2007-01-16 20:06:05 +0100 (Tue, 16 Jan 2007)
New Revision: 5330

Added:
   trunk/packages/kdepim/debian/patches/25_no_f5_refresh.diff
Log:
let us add it 


Added: trunk/packages/kdepim/debian/patches/25_no_f5_refresh.diff
===================================================================
--- trunk/packages/kdepim/debian/patches/25_no_f5_refresh.diff	2007-01-16 19:04:03 UTC (rev 5329)
+++ trunk/packages/kdepim/debian/patches/25_no_f5_refresh.diff	2007-01-16 19:06:05 UTC (rev 5330)
@@ -0,0 +1,13 @@
+Index: kmail/kmmainwidget.cpp
+===================================================================
+--- kmail/kmmainwidget.cpp	(revision 623333)
++++ kmail/kmmainwidget.cpp	(working copy)
+@@ -2719,7 +2719,7 @@
+ 		      SLOT(slotCompactFolder()), actionCollection(), "compact" );
+ 
+   mRefreshFolderAction = new KAction( i18n("Check Mail &in This Folder"), "reload",
+-                                      KStdAccel::shortcut( KStdAccel::Reload ), this,
++                                      0, this,
+                                       SLOT(slotRefreshFolder()),
+                                       actionCollection(), "refresh_folder" );
+   mTroubleshootFolderAction = 0; // set in initializeIMAPActions




More information about the pkg-kde-commits mailing list