summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Bacher <sbacher@src.gnome.org>2008-07-24 12:56:59 +0000
committerSebastien Bacher <sbacher@src.gnome.org>2008-07-24 12:56:59 +0000
commit862fde72de02076d1b5b33b919410dc19ac5a8d2 (patch)
treebcde4db074b043ff932b392948732b15464df2d6 /ChangeLog
parentc8061385a94d869bee968b4137514e394fde3504 (diff)
downloadgtk+-862fde72de02076d1b5b33b919410dc19ac5a8d2.tar.gz
don't try free gettext() values,
fix a printing dialog crasher (bug 544390) svn path=/trunk/; revision=20904
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3dd598ebc..226cd18b89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-24 Sebastien Bacher <seb128@ubuntu.com>
+
+ * modules/printbackends/cups/gtkprintbackendcups.c:
+ (cups_printer_get_options): don't try free gettext() values,
+ fix a printing dialog crasher (bug 544390)
+
2008-07-24 Cody Russell <bratsche@gnome.org>
Bug 544510 – SetTimer callback signatures has the wrong type