diff options
author | Robert Brady <robert@suse.co.uk> | 2000-10-25 21:05:37 +0000 |
---|---|---|
committer | Robert Brady <rbrady@src.gnome.org> | 2000-10-25 21:05:37 +0000 |
commit | 7ae3922d2cdc89cba86694f7e46393a629b12b61 (patch) | |
tree | 2c70058d39763d43f229d5098f04e1e997f320f9 /ChangeLog.pre-2-8 | |
parent | aa9f75179df280810eae115bc266e66e9c01e685 (diff) | |
download | gdk-pixbuf-7ae3922d2cdc89cba86694f7e46393a629b12b61.tar.gz |
If window == NULL, assume the root window. (restoring the behaviour that
2000-10-25 Robert Brady <robert@suse.co.uk>
* gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
gdk_property_delete): If window == NULL, assume the root window.
(restoring the behaviour that was in 1.2).
--------------------------------------------------------------------
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 59676a143..e6f54639a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2000-10-25 Robert Brady <robert@suse.co.uk> + * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change, + gdk_property_delete): If window == NULL, assume the root window. + (restoring the behaviour that was in 1.2). + * gtk/testtext.c (save_buffer): Allow creation of new files when saving. |