diff options
author | Timothy Pearson <[email protected]> | 2012-01-11 16:53:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-11 16:53:26 -0600 |
commit | c91e96258b6c127201397dd5309c4433655e63b2 (patch) | |
tree | 85682ed6f7056b51a95e85cf1711ffcc74588d34 /kexi/widget/tableview | |
parent | 5ec453c2580654ef1d9c019964fa3b9cf3c601a9 (diff) | |
download | koffice-c91e96258b6c127201397dd5309c4433655e63b2.tar.gz koffice-c91e96258b6c127201397dd5309c4433655e63b2.zip |
Apply a number of kexi patches
This closes Bug 777
Diffstat (limited to 'kexi/widget/tableview')
-rw-r--r-- | kexi/widget/tableview/kexidataawarepropertyset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/tableview/kexidataawarepropertyset.cpp b/kexi/widget/tableview/kexidataawarepropertyset.cpp index 3b9fe3af..8b0fdff7 100644 --- a/kexi/widget/tableview/kexidataawarepropertyset.cpp +++ b/kexi/widget/tableview/kexidataawarepropertyset.cpp @@ -24,7 +24,7 @@ #include <koproperty/property.h> #include <kexiviewbase.h> -#define MAX_FIELDS 101 //nice prime number (default prop. set vector size) +#define MAX_FIELDS 1009 //nice prime number (default prop. set vector size) KexiDataAwarePropertySet::KexiDataAwarePropertySet(KexiViewBase *view, KexiDataAwareObjectInterface* dataObject) |