diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-12-14 11:04:31 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-12-14 11:04:31 +0000 |
commit | b02f7aa61a3d00dea001234685df40a972ccd09e (patch) | |
tree | 4b702ab9042ed8cc69d08ee1c1ab825fee985a09 /media-tv/mythtv/files | |
parent | Apply upstream patch (diff) | |
download | gentoo-2-b02f7aa61a3d00dea001234685df40a972ccd09e.tar.gz gentoo-2-b02f7aa61a3d00dea001234685df40a972ccd09e.tar.bz2 gentoo-2-b02f7aa61a3d00dea001234685df40a972ccd09e.zip |
Apply upstream patch
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r-- | media-tv/mythtv/files/digest-mythtv-0.13-r1 | 1 | ||||
-rw-r--r-- | media-tv/mythtv/files/tvformat.fix.0.13.diff | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/media-tv/mythtv/files/digest-mythtv-0.13-r1 b/media-tv/mythtv/files/digest-mythtv-0.13-r1 new file mode 100644 index 000000000000..d64835745f92 --- /dev/null +++ b/media-tv/mythtv/files/digest-mythtv-0.13-r1 @@ -0,0 +1 @@ +MD5 bdca237336453cf68835063c1a4efa91 mythtv-0.13.tar.bz2 3263341 diff --git a/media-tv/mythtv/files/tvformat.fix.0.13.diff b/media-tv/mythtv/files/tvformat.fix.0.13.diff new file mode 100644 index 000000000000..4c0f98ad5663 --- /dev/null +++ b/media-tv/mythtv/files/tvformat.fix.0.13.diff @@ -0,0 +1,13 @@ +diff -u -d -r1.57 channel.cpp +--- libs/libmythtv/channel.cpp 5 Dec 2003 01:05:35 -0000 1.57 ++++ libs/libmythtv/channel.cpp 14 Dec 2003 03:23:30 -0000 +@@ -342,6 +342,9 @@ + QString freqid = query.value(1).toString(); + QString tvformat = query.value(2).toString(); + ++ if (tvformat.isNull() || tvformat.isEmpty()) ++ tvformat = "Default"; ++ + pthread_mutex_unlock(&db_lock); + + // Tune |