Sanitize variable types
The many type casts were causing a real mess. The new approach seems to have the same level of error proneness, while the compiler finally reports warnings about wrong types.
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkStack" id="stack">
|
||||
<object class="GtkStack" id="tabs">
|
||||
<property name="visible">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
|
Reference in New Issue
Block a user