[Xfce4-commits] [apps/parole] 01/01: Fix desktop file name for xfce-sm-client

noreply at xfce.org noreply at xfce.org
Mon Feb 13 11:44:48 CET 2017


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

bluesabre pushed a commit to branch master
in repository apps/parole.

commit 28765c58aac705536ee4fd455fad446fc7e34440
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Mon Feb 13 05:44:41 2017 -0500

    Fix desktop file name for xfce-sm-client
---
 src/parole-player.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parole-player.c b/src/parole-player.c
index 2af0ac4..b4b0ce3 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -2647,7 +2647,7 @@ parole_player_constructed (GObject *object)
                                 player->priv->client_id,
                                 current_dir,
                                 restart_command,
-                                DESKTOPDIR "/" PACKAGE_NAME ".desktop");
+                                DESKTOPDIR "/org.xfce.Parole.desktop");
 
     if ( xfce_sm_client_connect (player->priv->sm_client, NULL ) )
     {

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


More information about the Xfce4-commits mailing list