[Xfce4-commits] <libxfce4ui:new-sm-client> xfce_unsetenv() is just a wrapper around g_unsetenv() anyway

Brian J. Tarricone noreply at xfce.org
Tue Sep 22 04:42:01 CEST 2009


Updating branch refs/heads/kelnos/new-sm-client
         to 75899a1815ea2d87d83ede49f0625cdc4949d6de (commit)
       from 95ff81a8fed053ca83742a865562d85e81211527 (commit)

commit 75899a1815ea2d87d83ede49f0625cdc4949d6de
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Mon Sep 21 19:42:44 2009 -0700

    xfce_unsetenv() is just a wrapper around g_unsetenv() anyway

 libxfce4ui/xfce-sm-client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4ui/xfce-sm-client.c b/libxfce4ui/xfce-sm-client.c
index 5c33fdc..8cd1750 100644
--- a/libxfce4ui/xfce-sm-client.c
+++ b/libxfce4ui/xfce-sm-client.c
@@ -564,7 +564,7 @@ xfce_sm_client_constructor(GType type,
         }
 
         xfce_sm_client_set_client_id(sm_client, desktop_autostart_id);
-        xfce_unsetenv("DESKTOP_AUTOSTART_ID");
+        g_unsetenv("DESKTOP_AUTOSTART_ID");
     }
 
     return obj;



More information about the Xfce4-commits mailing list