mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-12-16 07:10:04 +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.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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user