GNOME Bugzilla – Bug 350187
Expose notebook->priv->focused_pages to extensions
Last modified: 2006-08-08 10:58:29 UTC
In src/ephy-notebook.c, notebook->priv->focused_pages is private, so extensions are unable to refer to it. Could this be made public? Specifically, I'm working on a Python extension to mimic Firefox's LastTab's and Opera's behavior of tab switching. As such, I am looking for access to it to switch correctly. Thanks!
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.