Changeset c277d89 for global.c


Ignore:
Timestamp:
Jan 8, 2008, 12:12:17 AM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
c10fef0
Parents:
52594d1 (diff), c0f9e30 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merged revisions 791-802 via svnmerge from 
file:///afs/sipb.mit.edu/project/barnowl/src/svn/trunk

........
  r799 | nelhage | 2008-01-07 20:13:17 -0500 (Mon, 07 Jan 2008) | 1 line
  
  Committing a partial IRC plugin
........
  r801 | asedeno | 2008-01-08 00:10:30 -0500 (Tue, 08 Jan 2008) | 2 lines
  
  Fixing a personal pet peeve:
  resizing should not leave the current message off screen.
........
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r93ee554 rc277d89  
    435435  owl_messagelist_invalidate_formats(owl_global_get_msglist(g));
    436436
     437  /* recalculate the topmsg to make sure the current message is on
     438   * screen */
     439  owl_function_calculate_topmsg(OWL_DIRECTION_NONE);
     440
    437441  /* refresh stuff */
    438442  g->needrefresh=1;
Note: See TracChangeset for help on using the changeset viewer.