Bartosz Kostrzewa wrote: > note that get_filename() does NOT > return anything!
ok, this is a matter of asynchronity, it can be fixed by calling while(Gtk::Main::events_pending()) Gtk::Main::iteration(); after set_filename() but that doesn't change the fact that in a gnome session, the output is wrong -Bartek _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
