mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-07-21 04:51:20 +02:00
change executable-line icon
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 241 B |
BIN
gui/icons/ok.png
Normal file
BIN
gui/icons/ok.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 439 B |
BIN
gui/icons/ok.xcf
Normal file
BIN
gui/icons/ok.xcf
Normal file
Binary file not shown.
@@ -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()
|
||||
|
Reference in New Issue
Block a user