GNOME Bugzilla – Bug 638588
[Patch] Exposing the selected notebook in "Search All Notes" to add-ins
Last modified: 2011-01-09 15:57:19 UTC
Created attachment 177418 [details] [review] A patch changing the needed method from private to public. For add-ins to be able to perform operations such as "Export notebook to html" in the "Search All Notes" window (something I'm working on right now), they need to be able to find out which notebook is currently selected. This patch simply changes GetSelectedNotebook() in the class NoteRecentChanges from private to public in order to expose the functionality.
Review of attachment 177418 [details] [review]: Looks good to me. Do you have GNOME git access, or should I push for you?
I don't have access, so it would be nice if you could do it. :-)
Review of attachment 177418 [details] [review]: I just pushed the patch.