aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-21 13:01:46 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-21 13:01:46 +0000
commitabbd5a52c00538ef93f4222a3e2489ee5e4c23aa (patch)
tree1520555ae7c9761c9dd2e059d5098e94c7f7b34e /Source/TableContent.m
parent68bbc4aae63e38eae25236c80dbc08896537755e (diff)
downloadsequelpro-abbd5a52c00538ef93f4222a3e2489ee5e4c23aa.tar.gz
sequelpro-abbd5a52c00538ef93f4222a3e2489ee5e4c23aa.tar.bz2
sequelpro-abbd5a52c00538ef93f4222a3e2489ee5e4c23aa.zip
• first preparations to save the current connection window as SPF file
• added to TableContent's method filterSettings the dict key 'filterComparisonTag' in order to be able to rely on menu item tags instead on the title strings
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r--Source/TableContent.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m
index 0a0acedc..c504d759 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -1684,6 +1684,7 @@
theDictionary = [NSDictionary dictionaryWithObjectsAndKeys:
[[fieldField selectedItem] title], @"filterField",
[[compareField selectedItem] title], @"filterComparison",
+ [NSNumber numberWithInt:[[compareField selectedItem] tag]], @"filterComparisonTag",
[argumentField stringValue], @"filterValue",
nil];