summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1999-03-09 19:08:48 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-03-09 19:08:48 +0000
commitff9e99528abd9543f737984f6dc4426664f9c0cc (patch)
tree2380ffde2beaacd13e1cadd89a9fa832ec1f8749
parent89c7aa35e12fe06fa7a34e48dbc00472cd1e56a3 (diff)
downloadgnome-control-center-ff9e99528abd9543f737984f6dc4426664f9c0cc.tar.gz
Fixed log.
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5469877ac..e38a20627 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1993-03-09 Owen Taylor <otaylor@redhat.com>
+
+ * capplets/background-properties/property-background.c:
+ Fixed code for setting root window properties so it:
+
+ - Doesn't call gdk_property_get() with the arguments in
+ the wrong order.
+ - Doesn't leak its pixmaps
+ - Doesn't leak anything else. (I.e., use a separate
+ connection, instead of calling XSetCloseDownMode
+ on GDK_DISPLAY())
+ - Doesn't make a messy, unsucessful attempt at committing suicide
+ - Handles tiled pixmaps properly.
+
1999-03-08 Jaka Mocnik <jaka.mocnik@kiss.uni-lj.si>
* capplets/gnome-edit-properties/gnome-edit-properties.c (main):