Skip to content
Snippets Groups Projects
Commit 6d8e999f authored by atenart's avatar atenart
Browse files

Rename image to icon in the Nautilus extension

parent 1bc4c7aa
Branches
Tags
No related merge requests found
No preview for this file type
......@@ -121,7 +121,7 @@ class ColumnExtension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationW
treeview = Gtk.TreeView(model=liststore)
renderer_pixbuf = Gtk.CellRendererPixbuf()
column_pixbuf = Gtk.TreeViewColumn("Image", renderer_pixbuf, pixbuf=0)
column_pixbuf = Gtk.TreeViewColumn("Icon", renderer_pixbuf, pixbuf=0)
treeview.append_column(column_pixbuf)
for idx, name in enumerate(['File', 'Reason']):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment