On 8/6/06, Christian Persch <[EMAIL PROTECTED]> wrote: > Le samedi 05 août 2006 à 21:28 -0400, Andrew Conkling a écrit : > > I'm working on a Python extension to mimic Firefox's LastTab's and > > Opera's behavior of tab switching. As such, I was looking for access > > to the list of recently used tabs that Epiphany seems to use when > > closing tabs. > > > > I took a look through src/ephy-notebook.c (at chpe's suggestion, > > thanks) and found notebook->priv->focused_pages. If I understand the > > code (I don't really know C) it looks as though this is what I'm > > looking for, but that it's private, so I would be unable to refer to > > it. > > > > Am I understanding this correctly? > Yes, it's not exposed to extensions. It would be easy enough to expose > it, though.
Hi Christian, and thanks for the reply. I posted a feature request on b.g.o: http://bugzilla.gnome.org/show_bug.cgi?id=350187. Best, Andrew _______________________________________________ epiphany-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/epiphany-list
