Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
0a3c243
for
user.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-06-30T23:18:56Z (
18 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5100caa
Parents:
5c9512f
Message:
Got rid of struct aim_user (now using account_t everywhere). Needs some more
testing though.
File:
1 edited
user.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
user.c
r5c9512f
r0a3c243
147
147
while( u )
148
148
{
149
if( u->gc == gc && u->handle && gc->
prpl->cmp_buddynames ( u->handle, handle ) == 0 )
149
if( u->gc == gc && u->handle && gc->
acc->
prpl->cmp_buddynames ( u->handle, handle ) == 0 )
150
150
break;
151
151
u = u->next;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive