| 504 | | if (!item) { |
|---|
| 505 | | /* The user is hovering on the contact list itself. This actually means that, assuming we have any items in the list at all, she is hovering just below |
|---|
| 506 | | * a group or an item in a group. Let's do this right by shifting the drop to object above. |
|---|
| | 504 | if (!item && [[adium contactController] useContactListGroups]) { |
|---|
| | 505 | /* The user is hovering on the contact list itself. |
|---|
| | 506 | * If groups are shown at all, assuming we have any items in the list at all, she is hovering just below |
|---|
| | 507 | * a group or an item in a group. |
|---|
| | 508 | * Do this right by shifting the drop to object above. |
|---|