aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-04-09 21:53:15 +0000
committerstuconnolly <stuart02@gmail.com>2009-04-09 21:53:15 +0000
commitb065a02186bd8497c503505a09ceb5a0905693cc (patch)
tree71c9d741c2ac17193c111afad9166257b7d21ce6 /Source/TableDocument.h
parent1ed9e77dff7bd74b04d6dc35849b6b644f11e2d5 (diff)
downloadsequelpro-b065a02186bd8497c503505a09ceb5a0905693cc.tar.gz
sequelpro-b065a02186bd8497c503505a09ceb5a0905693cc.tar.bz2
sequelpro-b065a02186bd8497c503505a09ceb5a0905693cc.zip
Fix for issue #190. As the connection sheet tableview uses bindings, renaming a favourite wouldn't update the associated Keychain item. The item is now updated whenever the favourite name is changed.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 299e5430..b9426e31 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -85,6 +85,7 @@
NSString *selectedDatabase;
NSString *mySQLVersion;
NSUserDefaults *prefs;
+ NSString *favoriteNamebBeingChanged;
NSMenu *selectEncodingMenu;
BOOL _supportsEncoding;