diff options
author | Pablo Barciela <[email protected]> | 2019-01-06 12:44:59 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-01-07 01:44:52 +0100 |
commit | 4940310cda91a4bea223deb7568fb77829518ded (patch) | |
tree | ceaddbf4ecb1a6fab84a1e936359cefc1c475952 /src/core/xprops.c | |
parent | b4dcd38a04c6ab44da5d8ac63b386419c9bda7a4 (diff) | |
download | marco-4940310cda91a4bea223deb7568fb77829518ded.tar.bz2 marco-4940310cda91a4bea223deb7568fb77829518ded.tar.xz |
'meta_error_trap_push' instead 'meta_error_trap_push_with_return'
both functions have the same code
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, |