On 7/24/08, Steffen Klemer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to port tabs-on-treeview.py to the new API of Ephy 2.22. But
> I have the problem, that
>
> 1) EphyEmbed.get_title() seems to be broken:
>
> File "/home/moh/.gnome2/epiphany/extensions/tabs_on_treeview.py",
> line 368, in attach_tab self.treemodel.insert(page_num, [tab,
> embed.get_title(), embed.get_icon()]) AttributeError:
> '__main__.MozillaEmbed' object has no attribute 'get_title'
>
> (embed is the object that one gets via
> def attach_tab(self, window, embed)
> )
>
> 2) What happened to the signal "title" of EphyEmbed? How should I
> notice that a title changed?
>
I tried to port it too, but just forgot about finishing it :)
>From my half ported t-o-t-v:
self.treemodel.insert(page_num, [tab, tab.get_property("title"),
tab.get_icon()])
tab.connect('notify::title', self.update_tab_title)
_______________________________________________
epiphany-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/epiphany-list