Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
d5ccd83
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-08-13T19:15:23Z (
18 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
08cdb93
Parents:
846cec61
Message:
Extra comments in set.h and now properly using set_getbool() instead of
set_getint().
File:
1 edited
user.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
user.c
r846cec61
rd5ccd83
67
67
68
68
u->user = u->realname = u->host = u->nick = g_strdup( nick );
69
u->is_private = set_get
int
( &irc->set, "private" );
69
u->is_private = set_get
bool
( &irc->set, "private" );
70
70
71
71
key = g_strdup( nick );
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive