diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-10-27 04:31:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-10-27 04:31:33 +0000 |
commit | bc41f73c4c8445d4eeeb4308e31d7977f52c5ba9 (patch) | |
tree | 5028ea91d6c3d8012ec5d4c90deb7026dcf4bbc6 /ChangeLog.pre-2-10 | |
parent | e80f12b67652aad14a02fdbfb341177a9a515427 (diff) | |
download | gtk+-bc41f73c4c8445d4eeeb4308e31d7977f52c5ba9.tar.gz |
Only set the text if it is not NULL. (#319930, Thomas Klausner)
2005-10-27 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/clipboard.c (paste_received): Only set the
text if it is not NULL. (#319930, Thomas Klausner)
* gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
loader before trying to get the pixbuf. (#319930, Thomas Klausner)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 16b9e50d4d..b3e234c60c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +2005-10-27 Matthias Clasen <mclasen@redhat.com> + + * demos/gtk-demo/clipboard.c (paste_received): Only set the + text if it is not NULL. (#319930, Thomas Klausner) + + * gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the + loader before trying to get the pixbuf. (#319930, Thomas Klausner) + 2005-10-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c (gtk_file_system_module_load): |