diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-25 07:34:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-25 07:34:00 +0000 |
commit | 7dde05340b98917399304778b42259a3c98d0bd5 (patch) | |
tree | dd655c9e8f6ee859b255a9863194f6c7a16de8e0 /mail/gnubiff/files/patch-src::Setup.cc | |
parent | cf79dd62e8eff17fe66fafdd3dfc7bb261a0b787 (diff) | |
download | ports-7dde05340b98917399304778b42259a3c98d0bd5.tar.gz ports-7dde05340b98917399304778b42259a3c98d0bd5.zip |
Notes
Diffstat (limited to 'mail/gnubiff/files/patch-src::Setup.cc')
-rw-r--r-- | mail/gnubiff/files/patch-src::Setup.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/gnubiff/files/patch-src::Setup.cc b/mail/gnubiff/files/patch-src::Setup.cc deleted file mode 100644 index c1c055692edc..000000000000 --- a/mail/gnubiff/files/patch-src::Setup.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Setup.cc.bak Mon May 3 22:05:03 2004 -+++ src/Setup.cc Mon May 3 22:05:14 2004 -@@ -765,9 +765,7 @@ - gchar *data = (gchar *) g_object_get_data (G_OBJECT(get("soundfile")), "_file_"); - std::stringstream s; - s << gfloat(gtk_range_get_value (GTK_RANGE (get ("volume"))))/100.0; -- std::string command = "play \"" + std::string (data) + std::string ("\" -v "); -- command += s.str(); -- command += " &"; -+ std::string command = "esdplay \"" + std::string (data) + std::string ("\" &"); - system (command.c_str()); - } - } |