Thanks, pushed as: 8c661997e6c54139cf98dc7149749388c91d757f
There was as well the window.window -> window.get_window() missing,
found with my little test:
from gi.repository import Gtk
from jarabe.journal.modalalert import ModalAlert
def _destroy_cb(widget, data=None):
Gtk.main_quit()
Gtk.VBox.pack_start() and Gtk.Alignment.new() fixed to run over Gtk3
Signed-off-by: Manuel Kaufmann
---
src/jarabe/journal/modalalert.py | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/jarabe/journal/modalalert.py b/src/jarabe/journal/modalalert.py
index 36f0
2 matches
Mail list logo