1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

fix display of button tip

This commit is contained in:
Mitchell Livingston 2008-01-16 07:09:14 +00:00
parent 4a3d5d7081
commit e49dc50751

View file

@ -174,7 +174,7 @@
fMouseActionRow = rowVal;
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Icon"])
fMouseActionIconRow = rowVal;
if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
fMouseControlRow = rowVal;
else
fMouseRevealRow = rowVal;
@ -195,7 +195,7 @@
fMouseActionRow = -1;
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Icon"])
fMouseActionIconRow = -1;
if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
else if ([[dict objectForKey: @"Type"] isEqualToString: @"Control"])
fMouseControlRow = -1;
else
fMouseRevealRow = -1;