diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | gtk/gtkimage.c | 1 |
8 files changed, 35 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com> + + * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL + filenames. + Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index cdcc2c3ebf..e40618d9f9 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com> + + * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL + filenames. + Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cdcc2c3ebf..e40618d9f9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com> + + * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL + filenames. + Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index cdcc2c3ebf..e40618d9f9 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com> + + * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL + filenames. + Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cdcc2c3ebf..e40618d9f9 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com> + + * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL + filenames. + Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cdcc2c3ebf..e40618d9f9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com> + + * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL + filenames. + Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cdcc2c3ebf..e40618d9f9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com> + + * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL + filenames. + Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 4b2517e4b1..ffb49be096 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -708,7 +708,6 @@ gtk_image_set_from_file (GtkImage *image, GdkPixbufAnimation *anim; g_return_if_fail (GTK_IS_IMAGE (image)); - g_return_if_fail (filename != NULL); g_object_freeze_notify (G_OBJECT (image)); |