summaryrefslogtreecommitdiffstats
path: root/mail/gnubiff/files/patch-src::Applet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mail/gnubiff/files/patch-src::Applet.cc')
-rw-r--r--mail/gnubiff/files/patch-src::Applet.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/gnubiff/files/patch-src::Applet.cc b/mail/gnubiff/files/patch-src::Applet.cc
deleted file mode 100644
index d304607..0000000
--- a/mail/gnubiff/files/patch-src::Applet.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/Applet.cc.bak Mon May 3 22:05:00 2004
-+++ src/Applet.cc Mon May 3 22:05:19 2004
-@@ -108,9 +108,7 @@
- else if (_owner->_sound_type == SOUND_FILE) {
- std::stringstream s;
- s << _owner->_sound_volume/100.0;
-- std::string command = "play \"" + _owner->_sound_file + std::string ("\" -v ");
-- command += s.str();
-- command += " &";
-+ std::string command = "esdplay \"" + _owner->_sound_file + std::string ("\" &");
- system (command.c_str());
- }
- }
OpenPOWER on IntegriCloud