commit 8a4ccf526bbb4a5bdb55b6551a804f6d20b51727
parent 8351b3553854d7e1122325c8b1ee73956733b1e4
Author: Kris Maglione <jg@suckless.org>
Date: Wed, 30 Sep 2009 15:27:26 -0400
Rename python wmiirc history files to match shell rc's names.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/alternative_wmiircs/python/wmiirc.py b/alternative_wmiircs/python/wmiirc.py
@@ -124,10 +124,10 @@ class Actions(events.Actions):
def exit(self, args=''):
client.awrite('/event', 'Quit')
-program_menu = Menu(histfile='%s/history.prog' % confpath[0], nhist=5000,
+program_menu = Menu(histfile='%s/history.progs' % confpath[0], nhist=5000,
action=curry(call, 'wmiir', 'setsid',
pygmi.shell, '-c', background=True))
-action_menu = Menu(histfile='%s/history.action' % confpath[0], nhist=500,
+action_menu = Menu(histfile='%s/history.actions' % confpath[0], nhist=500,
choices=lambda: Actions._choices,
action=Actions._call)
tag_menu = Menu(histfile='%s/history.tags' % confpath[0], nhist=100,