summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-12 01:18:50 +0200
committerAylur <[email protected]>2024-09-12 01:18:50 +0200
commit56aa40a8765fc3d2da61cda3775e894d8dd0c7d9 (patch)
tree2dfc0ab5599b300ef75ca79f9c7ed12c74f4bc8e /core
parent865675a0122faae76db3196c5cba96e012f9e2e7 (diff)
fixes and touchups
Diffstat (limited to 'core')
-rw-r--r--core/src/widget/stack.vala2
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
*/