added quotation marks in branch name

This commit is contained in:
“claudio-junior” 2024-03-31 05:14:23 -03:00 committed by Alberto Fanjul
parent 37dc117809
commit 23afe668e8

View File

@ -148,7 +148,7 @@ namespace Gitg
get { return d_branch_name; }
set
{
d_branch_name = value;
d_branch_name = "\"" + value + "\"";
update_branch_label();
}
}