summaryrefslogtreecommitdiffstats
path: root/mandriva/2010.2/kdepim/kdepim-3.5.7-kmail-hide_help_button.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mandriva/2010.2/kdepim/kdepim-3.5.7-kmail-hide_help_button.patch')
-rw-r--r--mandriva/2010.2/kdepim/kdepim-3.5.7-kmail-hide_help_button.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/mandriva/2010.2/kdepim/kdepim-3.5.7-kmail-hide_help_button.patch b/mandriva/2010.2/kdepim/kdepim-3.5.7-kmail-hide_help_button.patch
new file mode 100644
index 000000000..28e1f8a05
--- /dev/null
+++ b/mandriva/2010.2/kdepim/kdepim-3.5.7-kmail-hide_help_button.patch
@@ -0,0 +1,10 @@
+--- kdepim-3.5.4/kmail/accountwizard.cpp.fix 2007-03-29 12:53:21.000000000 -0300
++++ kdepim-3.5.4/kmail/accountwizard.cpp 2007-03-29 14:06:35.000000000 -0300
+@@ -111,6 +111,7 @@
+ : KWizard( parent, "KWizard" ), mKernel( kernel ),
+ mAccount( 0 ), mTransportInfo( 0 ), mServerTest( 0 )
+ {
++ helpButton()->hide();
+ setupWelcomePage();
+ setupAccountTypePage();
+ setupAccountInformationPage();