diff options
Diffstat (limited to 'capplets/about-me/mate-about-me.c')
-rw-r--r-- | capplets/about-me/mate-about-me.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/about-me/mate-about-me.c b/capplets/about-me/mate-about-me.c index 0d4607fd..68a3f8bb 100644 --- a/capplets/about-me/mate-about-me.c +++ b/capplets/about-me/mate-about-me.c @@ -243,8 +243,8 @@ about_me_update_preview (GtkFileChooser *chooser, gtk_image_set_from_pixbuf (GTK_IMAGE (image), pixbuf); g_object_unref (pixbuf); } else { - gtk_image_set_from_stock (GTK_IMAGE (image), - "gtk-dialog-question", + gtk_image_set_from_icon_name (GTK_IMAGE (image), + "dialog-question", GTK_ICON_SIZE_DIALOG); } } |