Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 925566
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +3 lines)
Line  Link Here
0
-- a/thunar/thunar-session-client.c
0
++ b/thunar/thunar-session-client.c
Lines 37-43 Link Here
37
#endif
37
#endif
38
38
39
#include <glib/gstdio.h>
39
#include <glib/gstdio.h>
40
#include <gdk/gdkx.h>
41
40
42
#include "thunar/thunar-application.h"
41
#include "thunar/thunar-application.h"
43
#include "thunar/thunar-ice.h"
42
#include "thunar/thunar-ice.h"
Lines 170-178 thunar_session_client_connect (ThunarSessionClient *session_client, Link Here
170
  if (G_UNLIKELY (session_client->connection == NULL))
169
  if (G_UNLIKELY (session_client->connection == NULL))
171
    return FALSE;
170
    return FALSE;
172
171
173
  /* tell GDK about our new session id */
174
  gdk_x11_set_sm_client_id (id);
175
176
  /* remember the returned client id */
172
  /* remember the returned client id */
177
  session_client->id = id;
173
  session_client->id = id;
178
174
179
-- a/configure
175
++ b/configure
Lines 21504-21510 Link Here
21504
then :
21504
then :
21505
  enableval=$enable_wallpaper_plugin; ac_bm_thunar_plugin_wallpaper=$enableval
21505
  enableval=$enable_wallpaper_plugin; ac_bm_thunar_plugin_wallpaper=$enableval
21506
else $as_nop
21506
else $as_nop
21507
  ac_bm_thunar_plugin_wallpaper=yes
21507
  ac_bm_thunar_plugin_wallpaper=no
21508
fi
21508
fi
21509
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build the thunar-wallpaper plugin" >&5
21509
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build the thunar-wallpaper plugin" >&5

Return to bug 925566