GUI: Fix edit-copy-line action crashing/copying wrong line
authorRené Stadler <mail@renestadler.de>
Wed, 26 Nov 2008 21:13:05 +0000 (23:13 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:45 +0000 (20:51 +0200)
commit867a312f9341444ed8f71d6b17e976ed130ebd99
treee4bc09f6dd4daa84f6e588e57a3031663be30dc7
parent1864f7c57bb796e92e294f026792fda0407ce495
GUI: Fix edit-copy-line action crashing/copying wrong line

When the view was unfiltered, this crashed.  When the view was range filtered,
this copied the wrong line.

Spotted by Stefan Kost.
debug-viewer/GstDebugViewer/GUI.py