In addition to the
gtk2reactorimport as before,Panel Applets handle mainloops differently, so
reactor.run()isn't what you wantInstead:
reactor.startRunning() reactor.simulate()
Do this right before calling
gnome.applet.bonobo_factory(...)
In addition to the gtk2reactor import
as before,
Panel Applets handle mainloops differently, so reactor.run() isn't what you want
Instead:
reactor.startRunning() reactor.simulate()
Do this right before calling gnome.applet.bonobo_factory(...)