From 12193322a8e800d4d53c20993e9371ceb1e11e48 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Mon, 12 Dec 2005 18:22:40 +0000 Subject: [PATCH] make the debugging message actually correspond to the code. Patch from MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-12-12 Elijah Newren * src/window.c (update_net_frame_extents): make the debugging message actually correspond to the code. Patch from Björn Lindqvist. Fixes #322051. --- ChangeLog | 6 ++++++ src/window.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84ad80b3e..4ccb25163 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-12 Elijah Newren + + * src/window.c (update_net_frame_extents): make the debugging + message actually correspond to the code. Patch from Björn + Lindqvist. Fixes #322051. + 2005-11-29 Kjartan Maraas * src/screen.h: Make the wireframe a bit slimmer. diff --git a/src/window.c b/src/window.c index 7cb7d82d8..19bb2790c 100644 --- a/src/window.c +++ b/src/window.c @@ -3769,7 +3769,7 @@ update_net_frame_extents (MetaWindow *window) meta_topic (META_DEBUG_GEOMETRY, "Setting _NET_FRAME_EXTENTS on managed window 0x%lx " - "to top = %ld, left = %ld, bottom = %ld, right = %ld\n", + "to left = %ld, right = %ld, top = %ld, bottom = %ld\n", window->xwindow, data[0], data[1], data[2], data[3]); meta_error_trap_push (window->display);