diff options
author | infirit <[email protected]> | 2014-05-17 04:20:10 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-23 13:31:02 +0200 |
commit | d51892aff7ea9fd49a29e6bc24333753083e798a (patch) | |
tree | 497ffd908a12def5728093a5d54a9e96f0a820fe /cut-n-paste/smclient/eggsmclient-xsmp.c | |
parent | 5a584acf7d6034f3e3854377ab883df76b25e9fd (diff) | |
download | atril-d51892aff7ea9fd49a29e6bc24333753083e798a.tar.bz2 atril-d51892aff7ea9fd49a29e6bc24333753083e798a.tar.xz |
Drop support for gtk+ < 2.24
Diffstat (limited to 'cut-n-paste/smclient/eggsmclient-xsmp.c')
-rw-r--r-- | cut-n-paste/smclient/eggsmclient-xsmp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cut-n-paste/smclient/eggsmclient-xsmp.c b/cut-n-paste/smclient/eggsmclient-xsmp.c index 8d6e9f7c..78ecbaea 100644 --- a/cut-n-paste/smclient/eggsmclient-xsmp.c +++ b/cut-n-paste/smclient/eggsmclient-xsmp.c @@ -369,11 +369,7 @@ sm_client_xsmp_startup (EggSMClient *client, free (ret_client_id); gdk_threads_enter (); -#if GTK_CHECK_VERSION (2, 24, 0) gdk_x11_set_sm_client_id (xsmp->client_id); -#else - gdk_set_sm_client_id (xsmp->client_id); -#endif gdk_threads_leave (); g_debug ("Got client ID \"%s\"", xsmp->client_id); |