trackplacer: document failed attempt at a feature so it won't be tried again.

This commit is contained in:
Eric S. Raymond 2008-10-31 10:20:06 +00:00
parent c08210b4ea
commit cb33789473

View file

@ -584,7 +584,17 @@ class TracksEditor:
button.show()
self.tooltips.set_tip(button, "Copy marker from an unselected track")
# Other toolbar elements.
# Sigh - causes elements to jumop around in the toolbar,
# because when it's not there the application wants the
# extra space for buttons.
#self.coordwin = gtk.Label("")
#coordwrapper = gtk.ToolItem()
#coordwrapper.add(self.coordwin)
#toolbar.add(coordwrapper)
#coordwrapper.set_expand(True)
#self.coordwin.show()
#coordwrapper.show()
spacer = gtk.SeparatorToolItem()
toolbar.add(spacer)
spacer.set_draw(False)
@ -868,7 +878,7 @@ class TracksEditor:
def leave_area_event(self, w, e):
if self.context_popup:
self.context_popup.destroy()
#self.coordwin.set_text(""))
#self.coordwin.set_text("")
def quit(self, w):
if self.journey.has_unsaved_changes():