diff options
author | 2010-10-08 23:23:13 +0000 | |
---|---|---|
committer | 2010-10-08 23:23:13 +0000 | |
commit | 9d7c551ff249a05128d9cf9ce9836cfbad559ac3 (patch) | |
tree | b488e74bb31507fad553e910d257c22a09e8cb1c /media-video/subtitleeditor/files | |
parent | Version bump, upstream included SFTP fixes (diff) | |
download | gentoo-2-9d7c551ff249a05128d9cf9ce9836cfbad559ac3.tar.gz gentoo-2-9d7c551ff249a05128d9cf9ce9836cfbad559ac3.tar.bz2 gentoo-2-9d7c551ff249a05128d9cf9ce9836cfbad559ac3.zip |
Clean up old revisions.
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'media-video/subtitleeditor/files')
-rw-r--r-- | media-video/subtitleeditor/files/subtitleeditor-0.36.0-r681.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-video/subtitleeditor/files/subtitleeditor-0.36.0-r681.patch b/media-video/subtitleeditor/files/subtitleeditor-0.36.0-r681.patch deleted file mode 100644 index 8b3db12769b0..000000000000 --- a/media-video/subtitleeditor/files/subtitleeditor-0.36.0-r681.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/we/waveformrenderergl.cc (revisione 680) -+++ src/we/waveformrenderergl.cc (revisione 681) -@@ -722,7 +722,7 @@ - int text_width = get_text_width("0:00:00"); - - float margin = text_width + text_width * 0.5; -- while(get_pos_by_time(sec_1) < marker) -+ while(get_pos_by_time(sec_1) < margin) - { - // for a sufficiently long duration sec_* will overflow before - // the loop terminates. check the largest of them. |