Re: compact test case for weird filechooser behaviour



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]