~ubuntu-branches/ubuntu/raring/evolution-indicator/raring

« back to all changes in this revision

Viewing changes to src/xutils.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-11-23 15:30:48 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20101123153048-affku132ip6kgeb6
Tags: 0.2.12-0ubuntu1
* New upstream release:
  - adapt to evolution 2.32
  - remove deprecated symbols (LP: #655937)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
  gdk_error_trap_push ();
39
39
  type = None;
40
 
  result = XGetWindowProperty (gdk_display,
 
40
  result = XGetWindowProperty (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
41
41
                               xwindow,
42
42
                               atom,
43
43
                               0, G_MAXLONG,
91
91
  ch.res_name = NULL;
92
92
  ch.res_class = NULL;
93
93
 
94
 
  XGetClassHint (gdk_display, xwindow,
 
94
  XGetClassHint (GDK_DISPLAY_XDISPLAY(gdk_display_get_default ()), xwindow,
95
95
                 &ch);
96
96
 
97
97
  gdk_error_trap_pop ();