2006-05-05 Don Allingham <don@gramps-project.org>
* src/DisplayTabs/_WebEmbedList.py: new icon svn: r6564
This commit is contained in:
parent
bb39c0c19d
commit
6ec79f12c7
@ -1,3 +1,6 @@
|
||||
2006-05-05 Don Allingham <don@gramps-project.org>
|
||||
* src/DisplayTabs/_WebEmbedList.py: new icon
|
||||
|
||||
2006-05-05 Alex Roitman <shura@gramps-project.org>
|
||||
* src/glade/gramps.glade: typo.
|
||||
* src/Editors/_EditSourceRef.py (_create_tabbed_pages): Add data
|
||||
|
@ -59,6 +59,9 @@ class WebEmbedList(EmbeddedList):
|
||||
EmbeddedList.__init__(self, dbstate, uistate, track,
|
||||
_('Internet'), WebModel)
|
||||
|
||||
def get_icon_name(self):
|
||||
return (0,'stock_insert-url')
|
||||
|
||||
def get_data(self):
|
||||
return self.data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user