diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-07-06 02:43:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-07-06 02:43:57 +0000 |
commit | cad0a40eecd7994a4485f91dc2309f730c956eb0 (patch) | |
tree | 32130b362186a322df4e9e03081f1b442601dba5 /net/penguintv-devel | |
parent | 595918c1a61e974993430f550a450af4ef2a5080 (diff) | |
download | ports-cad0a40eecd7994a4485f91dc2309f730c956eb0.tar.gz ports-cad0a40eecd7994a4485f91dc2309f730c956eb0.zip |
First add files, then commit them
Notes
Notes:
svn path=/head/; revision=167037
Diffstat (limited to 'net/penguintv-devel')
-rw-r--r-- | net/penguintv-devel/files/patch-penguintv__MediaManager.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/penguintv-devel/files/patch-penguintv__MediaManager.py b/net/penguintv-devel/files/patch-penguintv__MediaManager.py new file mode 100644 index 000000000000..6af1ac990cdc --- /dev/null +++ b/net/penguintv-devel/files/patch-penguintv__MediaManager.py @@ -0,0 +1,11 @@ +--- penguintv/MediaManager.py.orig Thu Jul 6 12:41:43 2006 ++++ penguintv/MediaManager.py Thu Jul 6 12:41:47 2006 +@@ -18,7 +18,7 @@ + import gnome + import gnomevfs + +-from penguintv import DOWNLOAD_ERROR, DOWNLOAD_PROGRESS, DOWNLOAD_WARNING, DOWNLOAD_QUEUED ++#from penguintv import DOWNLOAD_ERROR, DOWNLOAD_PROGRESS, DOWNLOAD_WARNING, DOWNLOAD_QUEUED + + FINISHED=0 + FINISHED_AND_PLAY=1 |