Re: [Java-gnome-developer] Problem getting change notifications from GConf
Brought to you by:
afcowie
From: Pierre-Charles D. <pc...@gm...> - 2006-11-27 13:28:30
|
2006/11/27, Mark Howard <mh...@ti...>: > I've not tried, but I'd expect that this is integrated with the glib > main loop, so you only get notifications when one of your threads is > running gtk.main(). Yep, that was it. Wrapping the code with Gtk.init() / Gtk.main() makes it work as expected. Thanks a lot, I wouldn't have thought of that! |