diff options
| author | 2011-03-12 13:43:52 +0000 | |
|---|---|---|
| committer | 2011-03-12 13:43:52 +0000 | |
| commit | e7e52e90397c8573b0d02598eb44f180e24996fc (patch) | |
| tree | a951bc98830f34749f0a300e948d2e5ac98f8bef /src/modules/objects/KvsObject_ftp.cpp | |
| parent | '...' correctness, remove trailing <br>s in the trayicon tooltip (diff) | |
| download | KVIrc-e7e52e90397c8573b0d02598eb44f180e24996fc.tar.gz KVIrc-e7e52e90397c8573b0d02598eb44f180e24996fc.tar.bz2 KVIrc-e7e52e90397c8573b0d02598eb44f180e24996fc.zip | |
First public version of webkit kvs interfacing (wip)... missing doc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5565 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_ftp.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_ftp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/objects/KvsObject_ftp.cpp b/src/modules/objects/KvsObject_ftp.cpp index 5fd27968d..26d25cdaf 100644 --- a/src/modules/objects/KvsObject_ftp.cpp +++ b/src/modules/objects/KvsObject_ftp.cpp @@ -260,6 +260,7 @@ void KvsObject_ftp::slotCommandFinished(int iId, bool bError) lParams.append(new KviKvsVariant((kvs_int_t)iId)); lParams.append(new KviKvsVariant(szCommand)); lParams.append(new KviKvsVariant(bError)); + if(bError) lParams.append(new KviKvsVariant(m_pFtp->errorString())); callFunction(this,"commandFinishedEvent",0,&lParams); } |
