mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 21:16:52 +00:00
Added refresh to reload branch list in interface
This commit is contained in:
parent
67c40f9d50
commit
37c5de8d12
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ class RefActionDelete : GitgExt.UIElement, GitgExt.Action, GitgExt.RefAction, Ob
|
|||
}
|
||||
|
||||
action_interface.remove_ref(reference);
|
||||
action_interface.refresh();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue