fixed two crashes, fixed elided text display

This commit is contained in:
John Preston
2014-06-12 15:20:14 +04:00
parent 30a07de8e7
commit 8a2ac6573f
17 changed files with 77 additions and 50 deletions
+1 -1
View File
@@ -587,7 +587,7 @@ namespace App {
break;
case mtpc_contacts_myLinkEmpty:
case mtpc_contacts_myLinkRequested:
if (myLink.c_contacts_myLinkRequested().vcontact.v) {
if (myLink.type() == mtpc_contacts_myLinkRequested && myLink.c_contacts_myLinkRequested().vcontact.v) {
user->contact = 1;
} else {
switch (foreignLink.type()) {