After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 318652 - Plug-in Browser List View Installation Date sorts by weekday
Plug-in Browser List View Installation Date sorts by weekday
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other Linux
: Normal trivial
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-10-12 08:31 UTC by Carol
Modified: 2005-10-12 10:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carol 2005-10-12 08:31:04 UTC
Distribution/Version: debian sid/experimental

The way I found this bug was this:
I was looking to see if there was a way using the Plug-in Browser to find all of
the perl plug-ins I have installed.  When I found there was no way to do this, I
thought that searching on the installation date might be almost as good as all
of the gimp-perl plug-ins were reinstalled yesterday on my computer and no others.

Clicking on the Installation Date did indeed sort the plug-ins by date as I
would expect, however, it sorted them first by weekday.  

When you sort by weekday, Fri comes first.  Next is Monday.  After Monday is
Saturday.  The month or even the year is of no consequence to the way this List
View sorts by Installation date.

It did tell me something I would have never expected.  I do not install plug-ins
on Thursday.
Comment 1 Sven Neumann 2005-10-12 10:01:56 UTC
Well, it sorts the date string alphabetically.
Comment 2 Sven Neumann 2005-10-12 10:13:06 UTC
2005-10-12  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/plugin-browser.c: store the installation time in
	the models, not only the string representation. Sort by time, not
	alphabetically. Fixes bug #318652.