[Xfce4-commits] [xfce/xfce4-session] 01/01: Create a new property on channel (Bug #11784)

noreply at xfce.org noreply at xfce.org
Sun Apr 5 17:36:48 CEST 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-session.

commit 570093ffafa8a6226ce9dd0ee29e9e64539d4bc9
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Apr 5 18:24:49 2015 +0300

    Create a new property on channel (Bug #11784)
    
    This prevents the warning: "Property "/general/LockCommand" does
    not exist on channel "xfce4-session"." Bug report and patch
    provided by poma.
---
 settings/xfce4-session.xml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/settings/xfce4-session.xml b/settings/xfce4-session.xml
index a200a37..a1c87bd 100644
--- a/settings/xfce4-session.xml
+++ b/settings/xfce4-session.xml
@@ -3,6 +3,7 @@
 <channel name="xfce4-session" version="1.0">
   <property name="general" type="empty">
     <property name="FailsafeSessionName" type="string" value="Failsafe"/>
+    <property name="LockCommand" type="string" value=""/>
   </property>
   <property name="sessions" type="empty">
     <property name="Failsafe" type="empty">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list