diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2006-11-16 09:57:45 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@src.gnome.org> | 2006-11-16 09:57:45 +0000 |
commit | cbf6d898fb44589a12d8df49a005291259311d45 (patch) | |
tree | 5073d96afa560d41e62d5af253a4b6aa39679f79 /ChangeLog | |
parent | b99bea24892a501010d403dd696b7ad6c52db333 (diff) | |
download | gtk+-cbf6d898fb44589a12d8df49a005291259311d45.tar.gz |
Provide a fast path returning NULL when the limit is set to 0.
2006-11-16 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c: Provide a fast path returning
NULL when the limit is set to 0.
* gtk/gtkrecentchooserdefault.c:
* gtk/gtkrecentchoosermenu.c: Add the same fast path
inside the RecentChooser implementation; add a check
in the list clamping code. (#373466 and duplicates)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-11-16 Emmanuele Bassi <ebassi@gnome.org> + + * gtk/gtkrecentmanager.c: Provide a fast path returning + NULL when the limit is set to 0. + + * gtk/gtkrecentchooserdefault.c: + * gtk/gtkrecentchoosermenu.c: Add the same fast path + inside the RecentChooser implementation; add a check + in the list clamping code. (#373466 and duplicates) + 2006-11-15 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/cups/gtkprintbackendcups.c (cups_printer_get_options): |