changeset: 2499:f9f7b2b8f6c8
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Wed Sep 30 15:27:26 2009 -0400
files: alternative_wmiircs/python/wmiirc.py
description:
Rename python wmiirc history files to match shell rc's names.
diff -r c2aa2b9f42a9 -r f9f7b2b8f6c8 alternative_wmiircs/python/wmiirc.py
--- a/alternative_wmiircs/python/wmiirc.py Wed Sep 30 00:06:20 2009 -0400
+++ b/alternative_wmiircs/python/wmiirc.py Wed Sep 30 15:27:26 2009 -0400
@@ -124,10 +124,10 @@
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,
Received on Wed Sep 30 2009 - 19:27:58 UTC
This archive was generated by hypermail 2.2.0 : Wed Sep 30 2009 - 19:36:07 UTC