diff options
author | stuconnolly <stuart02@gmail.com> | 2013-01-25 21:24:57 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-01-25 21:24:57 +0000 |
commit | 4faf9d57efd88123216f78b292886a5ee086e421 (patch) | |
tree | a590a60263af5ef317e51ed68620c4c449aba99b /Source/SPAppController.m | |
parent | 23833c899c531705557443da649c1f13701dc197 (diff) | |
download | sequelpro-4faf9d57efd88123216f78b292886a5ee086e421.tar.gz sequelpro-4faf9d57efd88123216f78b292886a5ee086e421.tar.bz2 sequelpro-4faf9d57efd88123216f78b292886a5ee086e421.zip |
Fix more warnings.
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r-- | Source/SPAppController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 1575e235..6f9e6341 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -267,6 +267,7 @@ YY_BUFFER_STATE yy_scan_string (const char *); { if (returnCode) { [panel orderOut:self]; + [self application:nil openFiles:[panel filenames]]; } |