summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--generic/ttk/ttkEntry.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f61471..60ef9ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-22 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/ttk/ttkEntry.c(ttk::combobox): Add missing
+ 'validate' command (reported by schelte).
+
2011-01-13 Jan Nijtmans <nijtmans@users.sf.net>
* library/msgbox.tcl: [Patch #3154705] Close button has no effect
diff --git a/generic/ttk/ttkEntry.c b/generic/ttk/ttkEntry.c
index 58c2c35..5e73495 100644
--- a/generic/ttk/ttkEntry.c
+++ b/generic/ttk/ttkEntry.c
@@ -1,5 +1,5 @@
/*
- * $Id: ttkEntry.c,v 1.20 2010/02/05 17:42:21 nijtmans Exp $
+ * $Id: ttkEntry.c,v 1.21 2011/01/22 18:49:34 jenglish Exp $
*
* DERIVED FROM: tk/generic/tkEntry.c r1.35.
*
@@ -1790,6 +1790,7 @@ static const Ttk_Ensemble ComboboxCommands[] = {
{ "selection", 0,EntrySelectionCommands },
{ "state", TtkWidgetStateCommand,0 },
{ "set", EntrySetCommand,0 },
+ { "validate", EntryValidateCommand,0 },
{ "xview", EntryXViewCommand,0 },
{ 0,0,0 }
};