2066 Add dropdown list to Link Editor

This commit is contained in:
Sam Manzi 2016-04-20 08:42:11 +10:00
parent 3c2503fc79
commit 6a75555157
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

@ -96,7 +96,9 @@ class EditUrl(EditSecondary):
self.type_sel = MonitoredDataType(self.top.get_object("type"),
self.obj.set_type,
self.obj.get_type, self.db.readonly)
self.obj.get_type,
self.db.readonly,
self.db.get_url_types())
def build_menu_names(self, obj):
etitle =_('Internet Address Editor')