summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-07-02 14:22:52 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-07-02 14:22:52 +0000
commitaa117c9b90148806052ebd9dc3fd7556366a12b0 (patch)
tree2fc8ee40a6d8e666f0fb44dd07ca425e6f22a8a3 /media-sound/nted/files
parentVersion bump. Use shared library wrt #193744. (diff)
downloadgentoo-2-aa117c9b90148806052ebd9dc3fd7556366a12b0.tar.gz
gentoo-2-aa117c9b90148806052ebd9dc3fd7556366a12b0.tar.bz2
gentoo-2-aa117c9b90148806052ebd9dc3fd7556366a12b0.zip
Revbump, include time signature patch thanks to Matthias Vill
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/nted/files')
-rw-r--r--media-sound/nted/files/nted-1.6.0-time-signature.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/nted/files/nted-1.6.0-time-signature.patch b/media-sound/nted/files/nted-1.6.0-time-signature.patch
new file mode 100644
index 000000000000..6b8c5f146bf8
--- /dev/null
+++ b/media-sound/nted/files/nted-1.6.0-time-signature.patch
@@ -0,0 +1,12 @@
+diff -ru nted-1.6.0/mainwindow.cpp nted-1.6.0-p1/mainwindow.cpp
+--- nted-1.6.0/mainwindow.cpp 2009-06-29 11:02:58.000000000 +0200
++++ nted-1.6.0-p1/mainwindow.cpp 2009-07-02 14:57:38.000000000 +0200
+@@ -4749,7 +4749,7 @@
+ }
+ }
+ if (NedResource::m_error_message == NULL) {
+- if (!NedResource::readInt(fp, &num) || num > 9 || num < 0) {
++ if (!NedResource::readInt(fp, &num) || num > 20 || num < 0) {
+ NedResource::m_error_message = "NUMERATOR value expected";
+ }
+ }