# HG changeset patch # User Björn Ricks # Date 1306327698 -7200 # Node ID 3c84919fe89b59ace263e272aeb727b19641e60f # Parent 0f1a6ebaa5d20a7b824433f3b5871b038157c25b Correct indentation in ChangeLog diff -r 0f1a6ebaa5d2 -r 3c84919fe89b ChangeLog --- a/ChangeLog Wed May 25 14:41:48 2011 +0200 +++ b/ChangeLog Wed May 25 14:48:18 2011 +0200 @@ -2,16 +2,16 @@ Minor changes in views - * getan/view.py: Improve codepath for updating view in ListWidget, - use set_footer_text in ProjectList instead of creating a new Text Widget - directly, clip project text in project list + * getan/view.py: Improve codepath for updating view in ListWidget, + use set_footer_text in ProjectList instead of creating a new Text Widget + directly, clip project text in project list 2011-05-25 Björn Ricks Fix for #1571 * getan/view.py: Add scrolling in entry list to be able to select - and modify all entries. (Modified patch from Ingo) + and modify all entries. (Modified patch from Ingo) 2010-12-15 Sascha L. Teichmann