mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kioslave: clear the KIO::UDSEntry object before emitting the last network:/ entry
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1ef80f8af0
commit
ec3dc590a0
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ void NetworkSlave::listDir(const KUrl &url)
|
|||
kioudsentry.insert(KIO::UDSEntry::UDS_TARGET_URL, urlForService(kdnssdservice));
|
||||
listEntry(kioudsentry, false);
|
||||
}
|
||||
kioudsentry.clear();
|
||||
listEntry(kioudsentry, true);
|
||||
finished();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue