[Sugar-devel] [PATCH sugar 1/2] ModalAlert ported to Gtk3

2012-09-17 Thread Manuel Kaufmann
Gtk.VBox.pack_start() and Gtk.Alignment.new() fixed to run over Gtk3 Signed-off-by: Manuel Kaufmann humi...@gmail.com --- src/jarabe/journal/modalalert.py | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/jarabe/journal/modalalert.py

Re: [Sugar-devel] [PATCH sugar 1/2] ModalAlert ported to Gtk3

2012-09-17 Thread Simon Schampijer
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()