2
0

Importing of mpsites + renames + fixes.

[ADDED]     Importing mpsites exports.
[RENAMED]   keyHashHex -> keyID.
[RENAMED]   Calculated -> Generated.
[FIXED]     iOS: Dismiss mail VC when done with it.
[FIXED]     iOS: Properly hide content tip icons when a content tip is
            shown while one with an icon is still active.
[FIXED]     iOS: Settings bundle was using old keys.
This commit is contained in:
Maarten Billemont
2012-05-09 10:11:34 +02:00
parent 04bc7a497c
commit 21c0565619
20 changed files with 475 additions and 197 deletions

View File

@@ -30,7 +30,7 @@
@synthesize key;
@synthesize keyHash;
@synthesize keyHashHex;
@synthesize keyID;
#pragma GCC diagnostic ignored "-Wfour-char-constants"
static EventHotKeyID MPShowHotKey = { .signature = 'show', .id = 1 };