diff options
author | Siqi LIU <me@siqi.fr> | 2013-08-30 10:33:21 +0200 |
---|---|---|
committer | Siqi LIU <me@siqi.fr> | 2013-08-30 10:59:04 +0200 |
commit | 20df12b1521de2714a860aefd69c04875c2d6e11 (patch) | |
tree | b99e6ddb0037dde0c3364664f70813962d31f3b4 /ios | |
parent | be64394f9ca4f6cb3a3500841cbd7865302ecd69 (diff) |
pageControl dot coloring to global tint color
Change-Id: I1fad942b5ff7e9a131610952113934e45f40f834
Diffstat (limited to 'ios')
-rw-r--r-- | ios/iosremote/.DS_Store | bin | 15364 -> 15364 bytes | |||
-rw-r--r-- | ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcshareddata/iosremote.xccheckout | 41 | ||||
-rw-r--r-- | ios/iosremote/iosremote/Communication/CommunicationManager.m | 1 |
3 files changed, 42 insertions, 0 deletions
diff --git a/ios/iosremote/.DS_Store b/ios/iosremote/.DS_Store Binary files differindex 2866a04c6e1a..d3823ab1f613 100644 --- a/ios/iosremote/.DS_Store +++ b/ios/iosremote/.DS_Store diff --git a/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcshareddata/iosremote.xccheckout b/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcshareddata/iosremote.xccheckout new file mode 100644 index 000000000000..c60a54d82984 --- /dev/null +++ b/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcshareddata/iosremote.xccheckout @@ -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> diff --git a/ios/iosremote/iosremote/Communication/CommunicationManager.m b/ios/iosremote/iosremote/Communication/CommunicationManager.m index e92df8ce3cb3..3c003d03d135 100644 --- a/ios/iosremote/iosremote/Communication/CommunicationManager.m +++ b/ios/iosremote/iosremote/Communication/CommunicationManager.m @@ -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]; |