changeset: 1877:b9710904a5f3
tag: tip
user: Anthony Martin <ality_AT_suckless.org>
date: Thu Feb 15 02:32:02 2007 -0800
summary: All clients should behave like sel when their ctl file is read
diff -r 36f591c0a6b3 -r b9710904a5f3 fs.c
--- a/fs.c Thu Feb 15 02:31:12 2007 -0800
+++ b/fs.c Thu Feb 15 02:32:02 2007 -0800
@@ -401,6 +401,7 @@ lookup_file(FileId *parent, char *name)
last = &file->next;
file->content.client = c;
file->id = c->win;
+ file->index = c->win;
file->tab = *dir;
file->tab.name = emallocz(16);
snprintf(file->tab.name, 16, "0x%x", (uint)c->win);
Received on Thu Feb 15 2007 - 11:35:44 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:20 UTC