Changeset 6c81223
- Timestamp:
- Nov 1, 2009, 5:39:15 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 8df704f
- Parents:
- 96c3265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r18fdd5f9 r6c81223 282 282 { 283 283 int newmsgs=0; 284 int followlast = owl_global_should_followlast(&g); 284 285 owl_message *m; 285 286 … … 293 294 if (newmsgs) { 294 295 /* follow the last message if we're supposed to */ 295 if ( owl_global_should_followlast(&g))296 if (followlast) 296 297 owl_function_lastmsg_noredisplay(); 297 298
Note: See TracChangeset
for help on using the changeset viewer.