summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>2004-10-05 03:50:28 +0000
committerJames Henstridge <jamesh@src.gnome.org>2004-10-05 03:50:28 +0000
commitb818cf0c320713672a08f4ec04ac63ac3d88df34 (patch)
tree374a2275068db15cfd19a459b64d188498c69f40
parentg_strdown() modifies the filename, so use strcasecmp() for the comparison (diff)
downloadzenity-b818cf0c320713672a08f4ec04ac63ac3d88df34.tar.gz
zenity-b818cf0c320713672a08f4ec04ac63ac3d88df34.tar.bz2
zenity-b818cf0c320713672a08f4ec04ac63ac3d88df34.zip
forgot to save the changelog message.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e5e45dd..73704ac9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
bgstack15