parent
841173a5f9
commit
4e542f74c7
@ -0,0 +1,70 @@
|
|||||||
|
From 323eacc79f2551e23d1b14f753e3bc38989c298d Mon Sep 17 00:00:00 2001
|
||||||
|
From: tigro <arkadiy.sheyn@softline.com>
|
||||||
|
Date: Tue, 28 Nov 2023 18:36:11 +0300
|
||||||
|
Subject: [PATCH] Drop inappropriate symbold
|
||||||
|
|
||||||
|
---
|
||||||
|
ChangeLog | 1 -
|
||||||
|
about.txt | 2 --
|
||||||
|
help.txt | 2 --
|
||||||
|
main.c | 1 -
|
||||||
|
plugins/cocoaui/help-cocoa.txt | 2 --
|
||||||
|
5 files changed, 8 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/ChangeLog b/ChangeLog
|
||||||
|
index e41de53..f7116d5 100644
|
||||||
|
--- a/ChangeLog
|
||||||
|
+++ b/ChangeLog
|
||||||
|
@@ -94,7 +94,6 @@ version 1.9.0
|
||||||
|
Added: Improved DSP preferences GTK UI (Saivert)
|
||||||
|
Added: Improved handling of invalid MP3 files
|
||||||
|
Added: Last.fm scrobbler will use HTTPS by default
|
||||||
|
- Glory to Ukraine! 💛💙
|
||||||
|
|
||||||
|
version 1.8.8
|
||||||
|
Fixed: A crash and file path issues in PSF plugin (greedysky)
|
||||||
|
diff --git a/about.txt b/about.txt
|
||||||
|
index f8ea707..edcdc65 100644
|
||||||
|
--- a/about.txt
|
||||||
|
+++ b/about.txt
|
||||||
|
@@ -1,5 +1,3 @@
|
||||||
|
-💛💙
|
||||||
|
-
|
||||||
|
DeaDBeeF - The Music Player
|
||||||
|
Copyright © 2009-2023 Oleksiy Yakovenko and contributors
|
||||||
|
https://deadbeef.sourceforge.io
|
||||||
|
diff --git a/help.txt b/help.txt
|
||||||
|
index 8cb62ed..2dad563 100644
|
||||||
|
--- a/help.txt
|
||||||
|
+++ b/help.txt
|
||||||
|
@@ -1,5 +1,3 @@
|
||||||
|
-💛💙
|
||||||
|
-
|
||||||
|
Help file for GTK version of Deadbeef Player (Linux/*BSD and friends)
|
||||||
|
|
||||||
|
* LINKS
|
||||||
|
diff --git a/main.c b/main.c
|
||||||
|
index d420bed..965604b 100644
|
||||||
|
--- a/main.c
|
||||||
|
+++ b/main.c
|
||||||
|
@@ -1068,7 +1068,6 @@ main_cleanup_and_quit (void) {
|
||||||
|
plug_cleanup ();
|
||||||
|
trace ("logger_free\n");
|
||||||
|
|
||||||
|
- trace ("💛💙\n");
|
||||||
|
ddb_logger_free();
|
||||||
|
|
||||||
|
char crash_marker[PATH_MAX];
|
||||||
|
diff --git a/plugins/cocoaui/help-cocoa.txt b/plugins/cocoaui/help-cocoa.txt
|
||||||
|
index fa03d57..e4c2296 100644
|
||||||
|
--- a/plugins/cocoaui/help-cocoa.txt
|
||||||
|
+++ b/plugins/cocoaui/help-cocoa.txt
|
||||||
|
@@ -1,5 +1,3 @@
|
||||||
|
-💛💙
|
||||||
|
-
|
||||||
|
Help file for Cocoa/macOS version of DeaDBeeF Player
|
||||||
|
|
||||||
|
* LINKS
|
||||||
|
--
|
||||||
|
2.43.0
|
||||||
|
|
Loading…
Reference in new issue