Skip to content

Commit

Permalink
Fix warnings (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Jul 19, 2023
1 parent 81ac0ac commit eef351e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Widgets/WindowClone.vala
Expand Up @@ -138,9 +138,9 @@ public class Gala.WindowClone : Clutter.Actor {
add_child (active_shape);
add_child (window_title);

load_clone ();

reallocate ();

load_clone ();
}

~WindowClone () {
Expand Down Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit eef351e

Please sign in to comment.