Use set_rules_hint(True) in the available plugins treeview

This commit is contained in:
Denis Fomin
2011-11-26 22:52:41 +03:00
parent 5cbf62cbe1
commit 257ea6d8d8

View File

@@ -156,6 +156,7 @@ class PluginInstaller(GajimPlugin):
gobject.TYPE_BOOLEAN, gobject.TYPE_PYOBJECT, gobject.TYPE_PYOBJECT,
gobject.TYPE_PYOBJECT)
self.available_treeview.set_model(self.available_plugins_model)
self.available_treeview.set_rules_hint(True)
self.progressbar.set_property('no-show-all', True)
renderer = gtk.CellRendererText()