[Xfce4-commits] [xfce/thunar] 23/46: Replace gdk_set_sm_client_id by gdk_x11_set_sm_client_id
noreply at xfce.org
noreply at xfce.org
Tue Aug 15 02:35:31 CEST 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit 31c73ea066b117ab4fcc34ebeaade57cf5a252fb
Author: Andre Miranda <andre42m at gmail.com>
Date: Fri Apr 14 22:20:01 2017 -0300
Replace gdk_set_sm_client_id by gdk_x11_set_sm_client_id
---
thunar/thunar-session-client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-session-client.c b/thunar/thunar-session-client.c
index de8db1f..0347f14 100644
--- a/thunar/thunar-session-client.c
+++ b/thunar/thunar-session-client.c
@@ -170,7 +170,7 @@ thunar_session_client_connect (ThunarSessionClient *session_client,
return FALSE;
/* tell GDK about our new session id */
- gdk_set_sm_client_id (id);
+ gdk_x11_set_sm_client_id (id);
/* remember the returned client id */
if (g_mem_is_system_malloc ())
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list