Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
ad788b5
for
global.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:
Jun 3, 2010, 1:48:07 AM (
15 years
ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master
,
release-1.10
,
release-1.7
,
release-1.8
,
release-1.9
Children:
0e98d87
Parents:
c1fd7e2
Message:
Move the sepbar stuff into a separate file
File:
1 edited
global.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
global.c
r608681f
rad788b5
96
96
owl_popwin_init(&(g->pw));
97
97
owl_msgwin_init(&(g->msgwin), g->mainpanel.msgwin);
98
g_signal_connect(g->mainpanel.sepwin, "redraw", G_CALLBACK(sepbar_redraw), NULL
);
98
owl_sepbar_init(g->mainpanel.sepwin
);
99
99
100
100
g->aim_screenname=NULL;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive