summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2008-06-17 08:51:27 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-06-17 08:51:27 +0000
commit6f368a54278eef02f621e8564b9a605b0015b375 (patch)
tree8fc66ddf9502d015ffc034d80e7caf901ad9faab /ChangeLog
parent080253c2574df9cd36c1786ffd4d9df32c8bcc49 (diff)
downloadgtk+-6f368a54278eef02f621e8564b9a605b0015b375.tar.gz
Justify my last entry.
svn path=/trunk/; revision=20415
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 41b0bd5beb..601a3569b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,10 +70,10 @@
* gtk/gtkicontheme.c (choose_icon): Check if the icon name is a
reference to an icon resource in a DLL or .EXE in the same format
- as the DefaultIcon strings in the Registry. In
- that case, extract the icon and convert to a GdkPixbuf. Patch by
- Hans Breuer. This code has to be in sync with the corresponding
- code in glib/gio/gcontenttype.c.
+ as the DefaultIcon strings in the Registry. In that case, extract
+ the icon and convert to a GdkPixbuf. Patch by Hans Breuer. This
+ code has to be in sync with the corresponding code in
+ glib/gio/gcontenttype.c.
2008-06-16 Matthias Clasen <mclasen@redhat.com>