aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-11-21 01:18:22 +0000
committerrowanbeentje <rowan@beent.je>2012-11-21 01:18:22 +0000
commit7622f195887765e0a77d43bdeebec2d2992753f1 (patch)
treef3e752d2311d7b3617e3ad9ce53e2180fed1c097 /Source/SPTableContent.h
parentc2edb061df742199a55892f69fa582bb8a6d9b1c (diff)
downloadsequelpro-7622f195887765e0a77d43bdeebec2d2992753f1.tar.gz
sequelpro-7622f195887765e0a77d43bdeebec2d2992753f1.tar.bz2
sequelpro-7622f195887765e0a77d43bdeebec2d2992753f1.zip
- Allow table content pagination to preserve the current filter type, including URL schemes and advanced table-based filters, addressing Issue #1492. (The filter code in question probably needs refactoring to allow it to be simplified in future, but does currently function)
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 1eb6b678..66aab772 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -89,6 +89,7 @@
IBOutlet NSButton *paginationPreviousButton;
#ifndef SP_REFACTOR
IBOutlet NSButton *paginationButton;
+ IBOutlet NSButton *paginationGoButton;
#endif
IBOutlet NSButton *paginationNextButton;
#ifndef SP_REFACTOR