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 623327 - Remove DbUtil code in favor of DateTimeUtil (Hyena), Fixed exception
Remove DbUtil code in favor of DateTimeUtil (Hyena), Fixed exception
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
GIT
Other Linux
: Normal enhancement
: 0.7.1
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-01 22:15 UTC by Evan
Modified: 2010-07-02 08:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Moved DbUtil code to DateTimeUtil. Removes DBUtil.cs, Fixes exception in CellRendererTextProgress (9.92 KB, patch)
2010-07-01 22:18 UTC, Evan
committed Details | Review

Description Evan 2010-07-01 22:15:55 UTC
Fixes a crash that happens when CellRendererTextProgress missing IntPtr constructor cannot be called. 

Moved DbUtil calls to DateTimeUtil equivalents.

Removed DbUtil.cs code is now being unused.
Comment 1 Evan 2010-07-01 22:18:08 UTC
Created attachment 165055 [details] [review]
Moved DbUtil code to DateTimeUtil. Removes DBUtil.cs, Fixes exception in CellRendererTextProgress
Comment 2 Ruben Vermeersch 2010-07-02 08:47:16 UTC
Woohoo! I love cruft-killing patches! Keep them coming!

I've split your commit message (try to keep the first line short). Also, please do two fixes in two separate patches next time. Apart from that: very nice, thanks a lot!