Use the correct setter for a string GValue. (#165203, Damon Chaplin)
2005-01-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (gtk_image_get_property): Use the correct setter for a string GValue. (#165203, Damon Chaplin)
This commit is contained in:
parent
06a19ba693
commit
784bd75c67
@ -1,3 +1,8 @@
|
||||
2005-01-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_get_property): Use the correct setter
|
||||
for a string GValue. (#165203, Damon Chaplin)
|
||||
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_get_property): Use the correct setter
|
||||
for a string GValue. (#165203, Damon Chaplin)
|
||||
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_get_property): Use the correct setter
|
||||
for a string GValue. (#165203, Damon Chaplin)
|
||||
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display):
|
||||
|
@ -466,7 +466,7 @@ gtk_image_get_property (GObject *object,
|
||||
break;
|
||||
case PROP_ICON_NAME:
|
||||
if (image->storage_type != GTK_IMAGE_ICON_NAME)
|
||||
g_value_set_object (value, NULL);
|
||||
g_value_set_string (value, NULL);
|
||||
else
|
||||
g_value_set_string (value,
|
||||
image->data.name.icon_name);
|
||||
|
Loading…
Reference in New Issue
Block a user