summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-26 23:59:26 +0000
committersabetts <sabetts>2002-01-26 23:59:26 +0000
commit0a53640a044b85a537d49d9ae71a1c69ad08940b (patch)
treeef4451740e49cd3eef6ef8d70c21fa31fe11479f /ChangeLog
parent8595eca7d51f3d1b0d205c117fdb1dc7ea14f765 (diff)
downloadratpoison-0a53640a044b85a537d49d9ae71a1c69ad08940b.zip
* src/list.c (format_window_name): If res_class or res_name are
NULL use "None" instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87c9ae5..083c3d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-01-26 shawn <sabetts@vcn.bc.ca>
+ * src/list.c (format_window_name): If res_class or res_name are
+ NULL use "None" instead.
+
* src/actions.c (alias_t): rename data structure from cmd_alias to
avoid a name clash with the function cmd_alias. Dependant code
updated.