diff options
Diffstat (limited to 'src/core/xprops.c')
-rw-r--r-- | src/core/xprops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/xprops.c b/src/core/xprops.c index a54e2185..03ec21e0 100644 --- a/src/core/xprops.c +++ b/src/core/xprops.c @@ -193,7 +193,7 @@ get_property (MetaDisplay *display, results->bytes_after = 0; results->format = 0; - meta_error_trap_push_with_return (display); + meta_error_trap_push (display); if (XGetWindowProperty (display->xdisplay, xwindow, xatom, 0, G_MAXLONG, False, req_type, &results->type, &results->format, |