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:
2014-10-06 21:11:04 +02:00
parent f3f24dd74e
commit fa56eb950e
3 changed files with 41 additions and 41 deletions

View File

@@ -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>