fix typo that caused the wrong icon to be displayed

This commit is contained in:
Tom Tromey
2013-11-14 10:46:07 -07:00
parent 97d3a8fafa
commit e44236b2fb

View File

@@ -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)