diff options
| author | Antoine Tenart | 2018-07-26 09:01:27 +0200 |
|---|---|---|
| committer | Antoine Tenart | 2018-07-26 09:01:27 +0200 |
| commit | 6d8e999f124601e4331c8f965d50f8edc58b13af (patch) | |
| tree | 46e4cecf50018dd3c605e0e6d809e1ad11b463fc /nautilus | |
| parent | 1bc4c7aac92e66d6ee4fef9b2ef887dd18ae9679 (diff) | |
Rename image to icon in the Nautilus extension
Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
Diffstat (limited to 'nautilus')
| -rw-r--r-- | nautilus/.nautilus_mat2.py.swp | bin | 20480 -> 20480 bytes | |||
| -rw-r--r-- | nautilus/nautilus_mat2.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/nautilus/.nautilus_mat2.py.swp b/nautilus/.nautilus_mat2.py.swp index 6364dd1..33af18f 100644 --- a/nautilus/.nautilus_mat2.py.swp +++ b/nautilus/.nautilus_mat2.py.swp | |||
| Binary files differ | |||
diff --git a/nautilus/nautilus_mat2.py b/nautilus/nautilus_mat2.py index 9b3c8df..133c56d 100644 --- a/nautilus/nautilus_mat2.py +++ b/nautilus/nautilus_mat2.py | |||
| @@ -121,7 +121,7 @@ class ColumnExtension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationW | |||
| 121 | treeview = Gtk.TreeView(model=liststore) | 121 | treeview = Gtk.TreeView(model=liststore) |
| 122 | 122 | ||
| 123 | renderer_pixbuf = Gtk.CellRendererPixbuf() | 123 | renderer_pixbuf = Gtk.CellRendererPixbuf() |
| 124 | column_pixbuf = Gtk.TreeViewColumn("Image", renderer_pixbuf, pixbuf=0) | 124 | column_pixbuf = Gtk.TreeViewColumn("Icon", renderer_pixbuf, pixbuf=0) |
| 125 | treeview.append_column(column_pixbuf) | 125 | treeview.append_column(column_pixbuf) |
| 126 | 126 | ||
| 127 | for idx, name in enumerate(['File', 'Reason']): | 127 | for idx, name in enumerate(['File', 'Reason']): |
