]> err.no Git - sope/commitdiff
minor fix
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 3 Jan 2005 18:23:02 +0000 (18:23 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 3 Jan 2005 18:23:02 +0000 (18:23 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@477 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sopex/SOPEX/SOPEX.xcode/project.pbxproj
sopex/SOPEX/SOPEXBrowserController.m

index 3e8224c848f5da56861ba0fd31d5790a1458b900..560f689dc9e7bacbffc805b934b2d8e16488c32c 100644 (file)
                        buildRules = (
                        );
                        buildSettings = {
-                               CURRENT_PROJECT_VERSION = 2.0.0;
                                DYLIB_COMPATIBILITY_VERSION = 2.0.0;
-                               DYLIB_CURRENT_VERSION = 2.0.0;
+                               DYLIB_CURRENT_VERSION = 2.0.1;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_ENABLE_TRIGRAPHS = NO;
index db0cf739adea6b9139ecd59ad8046668c81db685..b16d0cbfadb4e280e7faf4fbdb88c97a7153b8f0 100644 (file)
@@ -424,7 +424,7 @@ static NGLogger *logger = nil;
 
 - (void)windowWillClose:(NSNotification *)_notif {
   controllersCount -= 1;
-  [[SOPEXAppController sharedAppController] browserControllerDidClose:self];
+  [[SOPEXAppController sharedController] browserControllerDidClose:self];
 }
 
 /* tableview datasource */