Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit c777e70

Browse files
HamedMasafiHamed Masafi
andauthored
Fix: choose branch name in fetch dialog (#15)
Co-authored-by: Hamed Masafi <[email protected]>
1 parent 33d42dd commit c777e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialogs/fetchdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void FetchDialog::on_buttonBox_accepted()
2929

3030
cmd.setRemote(comboBoxRemote->currentText());
3131

32-
if (checkBoxAllBranches->isChecked())
32+
if (!checkBoxAllBranches->isChecked())
3333
cmd.setBranch(comboBoxBranch->currentText());
3434
cmd.setNoFf(checkBoxNoFastForward->isChecked());
3535
cmd.setFfOnly(checkBoxFastForwardOnly->isChecked());

0 commit comments

Comments
 (0)