From 4940310cda91a4bea223deb7568fb77829518ded Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 6 Jan 2019 12:44:59 +0100 Subject: 'meta_error_trap_push' instead 'meta_error_trap_push_with_return' both functions have the same code --- src/core/iconcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/iconcache.c') diff --git a/src/core/iconcache.c b/src/core/iconcache.c index d314dda9..d3b5c67b 100644 --- a/src/core/iconcache.c +++ b/src/core/iconcache.c @@ -232,7 +232,7 @@ read_rgb_icon (MetaDisplay *display, int mini_w, mini_h; gulong *data_as_long; - meta_error_trap_push_with_return (display); + meta_error_trap_push (display); type = None; data = NULL; result = XGetWindowProperty (display->xdisplay, @@ -473,7 +473,7 @@ get_kwm_win_icon (MetaDisplay *display, *pixmap = None; *mask = None; - meta_error_trap_push_with_return (display); + meta_error_trap_push (display); icons = NULL; result = XGetWindowProperty (display->xdisplay, xwindow, display->atom__KWM_WIN_ICON, -- cgit v1.2.1