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

List:       kde-commits
Subject:    [kdepim-runtime/KDE/4.13] resources/pop3/wizard: pop3wizard.es: fix JS syntax
From:       Pino Toscano <pino () kde ! org>
Date:       2014-03-22 12:27:15
Message-ID: E1WRL19-00072l-Uz () scm ! kde ! org
[Download RAW message or body]

Git commit 2d02933a43899a0c898616df79417eaa6bf0266b by Pino Toscano.
Committed on 22/03/2014 at 12:26.
Pushed by pino into branch 'KDE/4.13'.

pop3wizard.es: fix JS syntax

M  +2    -2    resources/pop3/wizard/pop3wizard.es

http://commits.kde.org/kdepim-runtime/2d02933a43899a0c898616df79417eaa6bf02=
66b

diff --git a/resources/pop3/wizard/pop3wizard.es b/resources/pop3/wizard/po=
p3wizard.es
index c6b35e7..81d511d 100644
--- a/resources/pop3/wizard/pop3wizard.es
+++ b/resources/pop3/wizard/pop3wizard.es
@@ -58,6 +58,6 @@ function setup()
   SetupManager.execute();
 }
 =

-connect( page.widget().incommingAddress, "textChanged(QString)", this, "se=
rverChanged(QString)" );
-connect( page, "pageLeftNext()", this, "setup()" );
+page.widget().incommingAddress.textChanged.connect( serverChanged );
+page.pageLeftNext.connect( setup );
 validateInput();
[prev in list] [next in list] [prev in thread] [next in thread] 

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