Allow NULL filenames.
Sat Mar 9 18:23:25 2002 Richard Hestilow <hestilow@ximian.com> * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL filenames.
This commit is contained in:

committed by
Rachel Hestilow

parent
c51692d673
commit
a498ae5ae2
@ -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>
|
Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
||||||
|
@ -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>
|
Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
||||||
|
@ -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>
|
Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
||||||
|
@ -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>
|
Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
||||||
|
@ -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>
|
Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
||||||
|
@ -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>
|
Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
||||||
|
@ -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>
|
Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
|
||||||
|
@ -708,7 +708,6 @@ gtk_image_set_from_file (GtkImage *image,
|
|||||||
GdkPixbufAnimation *anim;
|
GdkPixbufAnimation *anim;
|
||||||
|
|
||||||
g_return_if_fail (GTK_IS_IMAGE (image));
|
g_return_if_fail (GTK_IS_IMAGE (image));
|
||||||
g_return_if_fail (filename != NULL);
|
|
||||||
|
|
||||||
g_object_freeze_notify (G_OBJECT (image));
|
g_object_freeze_notify (G_OBJECT (image));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user