diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-02-13 22:26:23 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-02-13 22:26:23 +0100 |
commit | 8d0ebdfc123890048f7d282077c4e3ab0b845bba (patch) | |
tree | 6aac9e94c46d256a6ebda11024868fadaccc430e /src/room.py | |
parent | 1a058c3579fe31e82f5370ff6fee629375dbbb2b (diff) | |
parent | ac99467965ba04282b6dbc63c5c04ab91ba1b007 (diff) | |
download | poezio-8d0ebdfc123890048f7d282077c4e3ab0b845bba.tar.gz poezio-8d0ebdfc123890048f7d282077c4e3ab0b845bba.tar.bz2 poezio-8d0ebdfc123890048f7d282077c4e3ab0b845bba.tar.xz poezio-8d0ebdfc123890048f7d282077c4e3ab0b845bba.zip |
Automated merge with http://hg.louiz.org/poezio
Diffstat (limited to 'src/room.py')
-rw-r--r-- | src/room.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/room.py b/src/room.py index 9bb9f721..29986142 100644 --- a/src/room.py +++ b/src/room.py @@ -123,4 +123,3 @@ class Room(TextBuffer): nb = window.build_new_message(message) if window.pos != 0: window.scroll_up(nb) - |