mirror of
git://slackware.nl/current.git
synced 2025-01-10 05:25:51 +01:00
38 lines
1.1 KiB
Diff
38 lines
1.1 KiB
Diff
|
From 2ee3b12be641501ee3a9ce0278291b8c5a865021 Mon Sep 17 00:00:00 2001
|
||
|
From: Steve Dodier <sidnioulz@gmail.com>
|
||
|
Date: Thu, 3 Mar 2011 11:43:26 +0100
|
||
|
Subject: [PATCH 1/3] Removed deprecated "Encoding" entry in .desktop file
|
||
|
(thanks to Samuli Suominen)
|
||
|
|
||
|
---
|
||
|
ChangeLog | 3 +++
|
||
|
data/xfce4-volumed.desktop | 1 -
|
||
|
2 files changed, 3 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/ChangeLog b/ChangeLog
|
||
|
index e1690ba..beeb5f6 100644
|
||
|
--- a/ChangeLog
|
||
|
+++ b/ChangeLog
|
||
|
@@ -1,4 +1,7 @@
|
||
|
2011-03-03 Steve Dodier <sidnioulz@gmail.com>
|
||
|
+ * Removed deprecated "Encoding" entry in .desktop file (thanks to Samuli Suominen)
|
||
|
+
|
||
|
+2011-03-03 Steve Dodier <sidnioulz@gmail.com>
|
||
|
* Allow compatibility with Libnotify 0.7 (thanks to Samuli Suominen for the patch)
|
||
|
|
||
|
2011-03-03 Steve Dodier <sidnioulz@gmail.com>
|
||
|
diff --git a/data/xfce4-volumed.desktop b/data/xfce4-volumed.desktop
|
||
|
index 8ac7dc7..be362c5 100644
|
||
|
--- a/data/xfce4-volumed.desktop
|
||
|
+++ b/data/xfce4-volumed.desktop
|
||
|
@@ -1,6 +1,5 @@
|
||
|
|
||
|
[Desktop Entry]
|
||
|
-Encoding=UTF-8
|
||
|
Type=Application
|
||
|
Terminal=false
|
||
|
Name=XFCE Volume Daemon
|
||
|
--
|
||
|
2.3.0
|
||
|
|