mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-11 01:29:28 -04:00
fixed update of tree when changed
This commit is contained in:
parent
e106959fbd
commit
be96f417b3
@ -1 +1 @@
|
|||||||
Subproject commit 353596b0ee5ea76611eb663b90bf3ab1c9f34ad7
|
Subproject commit 9dd9d7f94a600e8c8478887a4f7784fdc3294034
|
@ -1 +1 @@
|
|||||||
Subproject commit 2ddc86fb575a61170f4c06a00152e3e7dc74c8f4
|
Subproject commit 659423769541169457c41f71c8a038e2d64ba079
|
@ -1 +1 @@
|
|||||||
Subproject commit ac1c5f3019ff17c695758dabec0ee8e540d401e0
|
Subproject commit 7e526a4232285e1c2789315c1f382f54d868df8d
|
@ -171,6 +171,8 @@ RsCollectionDialog::RsCollectionDialog(const QString& collectionFileName, RsColl
|
|||||||
ui.downloadFolder_LE->hide();
|
ui.downloadFolder_LE->hide();
|
||||||
ui.downloadFolder_LB->hide();
|
ui.downloadFolder_LB->hide();
|
||||||
ui.destinationDir_TB->hide();
|
ui.destinationDir_TB->hide();
|
||||||
|
ui.label_filename->show();
|
||||||
|
ui._filename_TL->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -858,6 +860,7 @@ void RsCollectionDialog::addSelection(bool recursive)
|
|||||||
// Process Files once all done
|
// Process Files once all done
|
||||||
ui._hashBox->addAttachments(fileToHash,RS_FILE_REQ_ANONYMOUS_ROUTING /*, 0*/);
|
ui._hashBox->addAttachments(fileToHash,RS_FILE_REQ_ANONYMOUS_ROUTING /*, 0*/);
|
||||||
#endif
|
#endif
|
||||||
|
mCollectionModel->postMods();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ba0de17f41914f1be6754db5bc5b4507b0deaafd
|
Subproject commit 542a8c07bd02f9bb9082f7aba5aaaed54e643fc1
|
@ -1 +1 @@
|
|||||||
Subproject commit 2226ef0a20a001ec0942be6abe5e909c15447d8e
|
Subproject commit 8623304b62294dafbe477573f321a464fef721dd
|
Loading…
x
Reference in New Issue
Block a user