pageControl dot coloring to global tint color

Change-Id: I1fad942b5ff7e9a131610952113934e45f40f834
This commit is contained in:
Siqi LIU
2013-08-30 10:33:21 +02:00
parent be64394f9c
commit 20df12b152
3 changed files with 42 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>38D401F1-0006-4453-8863-06591719180A</string>
<key>IDESourceControlProjectName</key>
<string>iosremote</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>5531F8F5-87D1-4DB5-B578-93603CE0277C</key>
<string>git://gerrit.libreoffice.org/core</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>ios/iosremote/iosremote.xcodeproj/project.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>5531F8F5-87D1-4DB5-B578-93603CE0277C</key>
<string>../../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>git://gerrit.libreoffice.org/core</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>5531F8F5-87D1-4DB5-B578-93603CE0277C</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>5531F8F5-87D1-4DB5-B578-93603CE0277C</string>
<key>IDESourceControlWCCName</key>
<string>core</string>
</dict>
</array>
</dict>
</plist>

View File

@@ -83,6 +83,7 @@
otherButtonTitles:NSLocalizedString(@"Help", nil), nil];
[message show];
});
[[self.delegate navigationController] popToRootViewControllerAnimated:YES];
[(server_list_vc *)self.delegate startSearching];
} else {
[[self.delegate navigationController] popToRootViewControllerAnimated:YES];