SHA256
1
0
forked from pool/audacity

Accepting request 405123 from home:plater

delete audacity-2.1.1-fix-tempdir.patch

OBS-URL: https://build.opensuse.org/request/show/405123
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=94
This commit is contained in:
Dave Plater 2016-06-28 04:38:56 +00:00 committed by Git OBS Bridge
parent baa2d04b3e
commit 022d52ce64

View File

@ -1,11 +0,0 @@
--- a/src/AudacityApp.cpp
+++ b/src/AudacityApp.cpp
@@ -1640,7 +1640,7 @@ bool AudacityApp::CreateSingleInstanceCh
mChecker = new wxSingleInstanceChecker();
#if defined(__UNIX__)
- wxString sockFile(defaultTempDir + wxT("/.audacity.sock"));
+ wxString sockFile(dir + wxT("/.audacity.sock"));
#endif
wxString runningTwoCopiesStr = _("Running two copies of Audacity simultaneously may cause\ndata loss or cause your system to crash.\n\n");