testdisk/testdisk-7.00-qphotorec-show-partitions-at-start.patch
2015-07-13 17:16:41 +03:00

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()