]> Pileus Git - ~andy/gtk/commit
Don't sort the recent-items by hand
authorFederico Mena Quintero <federico@gnome.org>
Thu, 25 Aug 2011 17:57:03 +0000 (12:57 -0500)
committerFederico Mena Quintero <federico@gnome.org>
Fri, 26 Aug 2011 17:44:21 +0000 (12:44 -0500)
commite9c0faba42633d62c46cbed4fc165bbe6294d698
treea7a6d6f582b8ac747eb40c8eefdad9a72f021660
parent2485273247d74ae8a86c8b5f8bf307b27be3f41c
Don't sort the recent-items by hand

The mtime from GtkRecentManager may not the same as the file's actual
mtime, so the final result could appear unsorted to the user.  Instead,
we will let the view do the sorting.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkfilechooserdefault.c