summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/ListViewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pynche/ListViewer.py')
-rw-r--r--Tools/pynche/ListViewer.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tools/pynche/ListViewer.py b/Tools/pynche/ListViewer.py
index 424e462..43d9923 100644
--- a/Tools/pynche/ListViewer.py
+++ b/Tools/pynche/ListViewer.py
@@ -18,6 +18,8 @@ given name, without selecting the color.
from Tkinter import *
import ColorDB
+ADDTOVIEW = 'Color %List Window...'
+
class ListViewer:
def __init__(self, switchboard, master=None):
self.__sb = switchboard
@@ -169,6 +171,6 @@ class ListViewer:
def save_options(self, optiondb):
optiondb['UPONCLICK'] = self.__uoc.get()
- def flush(self):
+ def colordb_changed(self, colordb):
self.__canvas.delete('all')
self.__populate()