mirror of
https://abf.rosa.ru/djam/testdisk.git
synced 2025-02-23 09:42:48 +00:00
12 lines
564 B
Diff
12 lines
564 B
Diff
diff -Naur testdisk-7.0.orig/src/qphotorec.cpp testdisk-7.0/src/qphotorec.cpp
|
|
--- testdisk-7.0.orig/src/qphotorec.cpp 2015-07-13 16:58:40.290424281 +0300
|
|
+++ testdisk-7.0/src/qphotorec.cpp 2015-07-13 16:58:40.296424281 +0300
|
|
@@ -574,6 +574,8 @@
|
|
connect(PartListWidget, SIGNAL(itemSelectionChanged()), this, SLOT(partition_selected()));
|
|
connect(dst_button, SIGNAL(clicked()), this, SLOT(setExistingDirectory()));
|
|
connect(directoryLabel, SIGNAL(editingFinished()), this, SLOT(buttons_updateUI()));
|
|
+
|
|
+ disk_changed(0);
|
|
}
|
|
|
|
void QPhotorec::clearWidgets()
|