mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
added quotation marks in branch name
This commit is contained in:
parent
37dc117809
commit
23afe668e8
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ namespace Gitg
|
|||
get { return d_branch_name; }
|
||||
set
|
||||
{
|
||||
d_branch_name = value;
|
||||
d_branch_name = "\"" + value + "\"";
|
||||
update_branch_label();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue