[maemo-commits] [maemo-commits] r11181 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Apr 20 16:01:09 EEST 2007
- Previous message: [maemo-commits] r11180 - projects/haf/trunk/hail
- Next message: [maemo-commits] r11182 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-04-20 16:01:07 +0300 (Fri, 20 Apr 2007) New Revision: 11181 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c Log: 2007-04-17 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-home-area.c: - fixed an infinite loop in some situations. Fixes: NB#53973 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-20 12:28:55 UTC (rev 11180) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-20 13:01:07 UTC (rev 11181) @@ -1,3 +1,9 @@ +2007-04-17 Johan Bilien <johan.bilien at nokia.com> + + * libhildondesktop/hildon-home-area.c: + - fixed an infinite loop in some situations. + Fixes: NB#53973 + 2007-04-19 Moises Martinez <moises.martinez at nokia.com> * libhildondesktop/hildon-desktop-popup-window.[ch]: Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-04-20 12:28:55 UTC (rev 11180) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-04-20 13:01:07 UTC (rev 11181) @@ -732,6 +732,8 @@ } } + else + i = i->next; } else i = i->next;
- Previous message: [maemo-commits] r11180 - projects/haf/trunk/hail
- Next message: [maemo-commits] r11182 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]