Comment 19 for bug 1680891

Revision history for this message
Dan MacDonald (allcoms) wrote :

No such luck.

By "calling the save function" I presume you mean the term. plugin save function, right? I have so far tried appending

config = Config()
config.save()

To the end of the callback and (main) menu methods as well as appending it to the "if res == Gtk.ResponseType.ACCEPT:" block within the configure method but none had the effect of updating the main window. The latter is where I expected / wanted to do the 'update main window' bit - I only really need the main window to update after the configuration window has been closed (OK'd) - would modal cause problems here?

I'm presuming there is no need to save any dummy data? The prob is that that bit of code was already saving the config via calling _save_config so I was surprised you said calling save might be the fix.

The plugin is still useful without this working but it would certainly be nice to have.