The plug-in is a PyGTK window that loads thumbnails of all the pages of a comic book and lets you manage them. You can double click on any of the thumbnails, and the page loads up in the GIMP (the pages are just .xcf files). This all works fine, but when the user Saves the image a new thumbnail is generated, but my plug-in doesn't know about this. Is there some kind of call back or message I can get from GIMP when a file is saved. All I really need is the name of the file, and that it has been saved, so I can have my plug-in reload the thumbnail.
I know I could do this in a hacky way, by having my plug-in spy on the modification dates of the thumbnails and images/pages at regular intervals, but I figure there must be a better way.

Help















