summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-12-04 17:43:44 +0000
committersabetts <sabetts>2004-12-04 17:43:44 +0000
commit756c0c5c6fb8f17f080f7b126ec4f4e42da1e5f2 (patch)
treeebf6d76702f8fbf018256acc039b8d740f7d65cb
parentefd915268006959e51e21585f73925a0a8cf8b7b (diff)
downloadratpoison-756c0c5c6fb8f17f080f7b126ec4f4e42da1e5f2.zip
use a hyphen instead of underscore for f->last_access.
-rw-r--r--ChangeLog5
-rw-r--r--src/frame.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cb8f48..20a57a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-04 Shawn Betts <sabetts@vcn.bc.ca>
+
+ * src/frame.c (frame_dump): use a hyphen instead of underscore for
+ f->last_access.
+
2004-11-22 Shawn Betts <sabetts@vcn.bc.ca>
* src/actions.c (cmd_verbexec): rewritten to fix crash bug.
diff --git a/src/frame.c b/src/frame.c
index 531258b..90b5990 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -171,7 +171,7 @@ frame_dump (rp_frame *frame)
win = find_window_number (frame->win_number);
s = sbuf_new (0);
- sbuf_printf (s, "(frame :number %d :x %d :y %d :width %d :height %d :window %ld :last_access %d :dedicated %d)",
+ sbuf_printf (s, "(frame :number %d :x %d :y %d :width %d :height %d :window %ld :last-access %d :dedicated %d)",
frame->number,
frame->x,
frame->y,