mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-04 23:50:08 +01:00
fix typo that caused the wrong icon to be displayed
This commit is contained in:
@@ -196,7 +196,7 @@ class SourceWindow(Toplevel):
|
|||||||
|
|
||||||
attrs = GtkSource.MarkAttributes()
|
attrs = GtkSource.MarkAttributes()
|
||||||
attrs.set_pixbuf(self._get_pixmap('icons/breakpoint-marker.png'))
|
attrs.set_pixbuf(self._get_pixmap('icons/breakpoint-marker.png'))
|
||||||
self.view.set_mark_attributes('executable', attrs, 1)
|
self.view.set_mark_attributes('breakpoint', attrs, 1)
|
||||||
|
|
||||||
lru_handler.add(self)
|
lru_handler.add(self)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user