mirror of
https://github.com/elementary/gala.git
synced 2024-11-27 15:45:31 +03:00
Fix warnings (#1717)
This commit is contained in:
parent
81ac0acec9
commit
eef351e5df
@ -138,9 +138,9 @@ public class Gala.WindowClone : Clutter.Actor {
|
||||
add_child (active_shape);
|
||||
add_child (window_title);
|
||||
|
||||
load_clone ();
|
||||
|
||||
reallocate ();
|
||||
|
||||
load_clone ();
|
||||
}
|
||||
|
||||
~WindowClone () {
|
||||
@ -173,7 +173,6 @@ public class Gala.WindowClone : Clutter.Actor {
|
||||
add_child (window_icon);
|
||||
|
||||
set_child_below_sibling (window_icon, window_title);
|
||||
set_child_above_sibling (close_button, clone);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user