summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-12-12 18:22:40 +0000
committerElijah Newren <newren@src.gnome.org>2005-12-12 18:22:40 +0000
commit12193322a8e800d4d53c20993e9371ceb1e11e48 (patch)
tree37cbb7cb14ecf0232761319e79478f6b69f91299
parentd9721257d24b739bb182bd9c4474b1fc8096a86d (diff)
downloadmetacity-12193322a8e800d4d53c20993e9371ceb1e11e48.tar.gz
make the debugging message actually correspond to the code. Patch from
2005-12-12 Elijah Newren <newren@gmail.com> * src/window.c (update_net_frame_extents): make the debugging message actually correspond to the code. Patch from Björn Lindqvist. Fixes #322051.
-rw-r--r--ChangeLog6
-rw-r--r--src/window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 84ad80b3..4ccb2516 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-12 Elijah Newren <newren@gmail.com>
+
+ * 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 <kmaraas@gnome.org>
* src/screen.h: Make the wireframe a bit slimmer.
diff --git a/src/window.c b/src/window.c
index 7cb7d82d..19bb2790 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);