pageControl dot coloring to global tint color
Change-Id: I1fad942b5ff7e9a131610952113934e45f40f834
This commit is contained in:
BIN
ios/iosremote/.DS_Store
vendored
BIN
ios/iosremote/.DS_Store
vendored
Binary file not shown.
@@ -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>
|
@@ -83,6 +83,7 @@
|
|||||||
otherButtonTitles:NSLocalizedString(@"Help", nil), nil];
|
otherButtonTitles:NSLocalizedString(@"Help", nil), nil];
|
||||||
[message show];
|
[message show];
|
||||||
});
|
});
|
||||||
|
[[self.delegate navigationController] popToRootViewControllerAnimated:YES];
|
||||||
[(server_list_vc *)self.delegate startSearching];
|
[(server_list_vc *)self.delegate startSearching];
|
||||||
} else {
|
} else {
|
||||||
[[self.delegate navigationController] popToRootViewControllerAnimated:YES];
|
[[self.delegate navigationController] popToRootViewControllerAnimated:YES];
|
||||||
|
Reference in New Issue
Block a user