diff options
author | Aylur <[email protected]> | 2024-09-12 01:18:50 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-12 01:18:50 +0200 |
commit | 56aa40a8765fc3d2da61cda3775e894d8dd0c7d9 (patch) | |
tree | 2dfc0ab5599b300ef75ca79f9c7ed12c74f4bc8e /core | |
parent | 865675a0122faae76db3196c5cba96e012f9e2e7 (diff) |
fixes and touchups
Diffstat (limited to 'core')
-rw-r--r-- | core/src/widget/stack.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/widget/stack.vala b/core/src/widget/stack.vala index d1d345f..e9a2bd2 100644 --- a/core/src/widget/stack.vala +++ b/core/src/widget/stack.vala @@ -1,4 +1,4 @@ -public class Astal.Switch : Gtk.Stack { +public class Astal.Stack : Gtk.Stack { /** * whether to implicity destroy previous children when setting them */ |