diff options
author | James Henstridge <jamesh@src.gnome.org> | 2004-10-05 03:50:28 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2004-10-05 03:50:28 +0000 |
commit | b818cf0c320713672a08f4ec04ac63ac3d88df34 (patch) | |
tree | 374a2275068db15cfd19a459b64d188498c69f40 /ChangeLog | |
parent | g_strdown() modifies the filename, so use strcasecmp() for the comparison (diff) | |
download | zenity-b818cf0c320713672a08f4ec04ac63ac3d88df34.tar.gz zenity-b818cf0c320713672a08f4ec04ac63ac3d88df34.tar.bz2 zenity-b818cf0c320713672a08f4ec04ac63ac3d88df34.zip |
forgot to save the changelog message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-10-05 James Henstridge <james@jamesh.id.au> + + * src/util.c (zenity_util_pixbuf_new_from_file): g_strdown() + modifies the filename, so use strcasecmp() for the comparison + instead. Since we are comparing against fixed ASCII strings, + this should have no UTF-8 issues. + 2004-09-30 James Henstridge <james@jamesh.id.au> * src/notification.c (set_scaled_pixbuf): function to set a |