diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-21 13:01:46 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-21 13:01:46 +0000 |
commit | abbd5a52c00538ef93f4222a3e2489ee5e4c23aa (patch) | |
tree | 1520555ae7c9761c9dd2e059d5098e94c7f7b34e /Source/TableContent.m | |
parent | 68bbc4aae63e38eae25236c80dbc08896537755e (diff) | |
download | sequelpro-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.m | 1 |
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]; |