summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-06-02 20:35:06 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-06-02 20:35:06 +0000
commitb698461f2dbde210db59cb481af6949dfa47ccc5 (patch)
tree5e4774c1d95b47f423bf8cd85747db8f723a2b7f /ChangeLog
parentbb1e1c5601333c5cfe9066532085eaf56c64f908 (diff)
downloadgdk-pixbuf-b698461f2dbde210db59cb481af6949dfa47ccc5.tar.gz
no need to g_return_if_fail(tooltips != NULL);
* gtk/gtktooltips.c (gtk_tooltips_destroy): no need to g_return_if_fail(tooltips != NULL); svn path=/branches/gtk-2-12/; revision=20271
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53680d874..9dca96a9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-02 Matthias Clasen <mclasen@redhat.com>
+
+ Merge from trunk:
+
+ * gtk/gtktooltips.c (gtk_tooltips_destroy): no need to
+ g_return_if_fail (tooltips != NULL)
+
2008-03-20 Tor Lillqvist <tml@novell.com>
Merge from trunk: