removing two lines that were hiding links_open_with_combobox under POSIX [sorry for that]

This commit is contained in:
Nikos Kouremenos 2005-05-19 16:50:58 +00:00
parent 739021ec02
commit 12d3888526
1 changed files with 0 additions and 2 deletions

View File

@ -324,8 +324,6 @@ class Preferences_window:
self.links_frame.set_no_show_all(True) self.links_frame.set_no_show_all(True)
else: else:
self.links_open_with_combobox = self.xml.get_widget('links_open_with_combobox') self.links_open_with_combobox = self.xml.get_widget('links_open_with_combobox')
self.links_open_with_combobox.hide()
self.links_open_with_combobox.set_no_show_all(True)
if gajim.config.get('openwith') == 'gnome-open': if gajim.config.get('openwith') == 'gnome-open':
self.links_open_with_combobox.set_active(0) self.links_open_with_combobox.set_active(0)
elif gajim.config.get('openwith') == 'kfmclient exec': elif gajim.config.get('openwith') == 'kfmclient exec':