From 55f92ecb7c523723045fbbd3f543bd026e0529c8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 11 Feb 2013 02:39:04 -0600 Subject: Fix unintended rename --- kmail/urlhandlermanager.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kmail/urlhandlermanager.cpp') diff --git a/kmail/urlhandlermanager.cpp b/kmail/urlhandlermanager.cpp index 7ce10ce1..1a72cb27 100644 --- a/kmail/urlhandlermanager.cpp +++ b/kmail/urlhandlermanager.cpp @@ -444,16 +444,16 @@ namespace { return true; } - if ( url.path() == "showAttachmentQuictdelist" ) { + if ( url.path() == "showAttachmentQuicklist" ) { w->saveRelativePosition(); - w->setShowAttachmentQuictdelist( true ); + w->setShowAttachmentQuicklist( true ); w->update( true ); return true; } - if ( url.path() == "hideAttachmentQuictdelist" ) { + if ( url.path() == "hideAttachmentQuicklist" ) { w->saveRelativePosition(); - w->setShowAttachmentQuictdelist( false ); + w->setShowAttachmentQuicklist( false ); w->update( true ); return true; } @@ -490,9 +490,9 @@ namespace { return i18n("Show signature details."); if ( url.path() == "hideSignatureDetails" ) return i18n("Hide signature details."); - if ( url.path() == "hideAttachmentQuictdelist" ) + if ( url.path() == "hideAttachmentQuicklist" ) return i18n( "Hide attachment list" ); - if ( url.path() == "showAttachmentQuictdelist" ) + if ( url.path() == "showAttachmentQuicklist" ) return i18n( "Show attachment list" ); } return TQString() ; -- cgit v1.2.3