Codebase list onioncircuits / 7c7c48b
Merge branch 'feature/11210-review-user-strings' Alan 7 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
121121 cell = Gtk.CellRendererText()
122122 tvcolumn.pack_start(cell, True)
123123 tvcolumn.add_attribute(cell, 'text', col)
124 append_column(self._treeview, 2)
125 append_column(self._treeview, 3)
124 append_column(self._treeview, 2, _("Circuit"))
125 append_column(self._treeview, 3, _("Status"))
126126
127127 scrolledwindow_circuits = Gtk.ScrolledWindow()
128128 scrolledwindow_circuits.add(self._treeview)