Skip to content
Snippets Groups Projects
Commit 257ea6d8 authored by Dicson's avatar Dicson
Browse files

Use set_rules_hint(True) in the available plugins treeview

parent 5cbf62cb
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment