change executable-line icon

This commit is contained in:
Tom Tromey
2015-05-10 20:05:08 -06:00
parent 089d965a4b
commit 6d49924a9d
4 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 B

BIN
gui/icons/ok.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

BIN
gui/icons/ok.xcf Normal file

Binary file not shown.

View File

@@ -274,8 +274,7 @@ class SourceWindow(gui.updatewindow.UpdateWindow):
self.view.set_tab_width(gui.params.tab_width.value)
attrs = GtkSource.MarkAttributes()
# FIXME: really we want a little green dot...
attrs.set_pixbuf(self._get_pixmap('icons/countpoint-marker.png'))
attrs.set_pixbuf(self._get_pixmap('icons/ok.png'))
self.view.set_mark_attributes('executable', attrs, 0)
attrs = GtkSource.MarkAttributes()