Remove Icon setup, since this is covered in glade file via another commit
This commit is contained in:
parent
e851211460
commit
4e80f42425
@ -179,9 +179,6 @@ class EditLdsOrd(EditSecondary):
|
|||||||
self.parents_label = self.top.get_object('parents_label')
|
self.parents_label = self.top.get_object('parents_label')
|
||||||
self.parents = self.top.get_object('parents')
|
self.parents = self.top.get_object('parents')
|
||||||
self.parents_select = self.top.get_object('parents_select')
|
self.parents_select = self.top.get_object('parents_select')
|
||||||
image = self.parents_select.get_child()
|
|
||||||
image.set_from_icon_name('gtk-index', Gtk.IconSize.BUTTON)
|
|
||||||
self.parents_select.set_tooltip_text(_('Select Family'))
|
|
||||||
|
|
||||||
self.priv = PrivacyButton(
|
self.priv = PrivacyButton(
|
||||||
self.top.get_object("private"),
|
self.top.get_object("private"),
|
||||||
|
Loading…
Reference in New Issue
Block a user