genesis-devs team mailing list archive
-
genesis-devs team
-
Mailing list archive
-
Message #00003
gtk.Builder migration
Hello,
I just migrated settings.py from glade to gtk.Builder, so it should be
nearly done.
I just have two issues and hope that anyone can give me advice:
* GTK yields a RuntimeWarning because the settings dialog and the
server assistant are in the same ui file, but only signals for
one are connected at a time. Glade allowed to load only one
top-level widget from a glade file, but I think Builder always
loads all. So should we split the two widgets in separate ui
files, or just ignore the warning?
* intltool-extract seems to have issues with ui files instead of
glade files. This is why update-translations.sh currently fails.
Cheers,
Frederik
Follow ups