mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-10-31 04:58:58 +00:00
Avoid warning when calling static method via instance
This commit is contained in:
parent
fa76492117
commit
58eafe87c3
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ public class Egg.ListBox : Container {
|
|||
widget.unparent ();
|
||||
|
||||
child_hash.remove (widget);
|
||||
children.remove (info.iter);
|
||||
Sequence.remove (info.iter);
|
||||
|
||||
if (this.get_visible ())
|
||||
update_separator (next);
|
||||
|
|
Loading…
Reference in a new issue