summaryrefslogtreecommitdiff
path: root/mate-about/mate-about.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-about/mate-about.c')
-rw-r--r--mate-about/mate-about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-about/mate-about.c b/mate-about/mate-about.c
index bf25a22..2167769 100644
--- a/mate-about/mate-about.c
+++ b/mate-about/mate-about.c
@@ -69,16 +69,16 @@ void mate_about_run(void)
{
mate_about_dialog = (MateAboutDialog*) mate_about_dialog_new();
- gtk_window_set_default_icon_name(desktop_icon);
-
GtkIconTheme* icon_theme = gtk_icon_theme_get_default();
if (gtk_icon_theme_has_icon(icon_theme, icon))
{
+ gtk_window_set_default_icon_name(icon);
mate_about_dialog_set_logo_icon_name(mate_about_dialog, icon);
}
else
{
+ gtk_window_set_default_icon_name(desktop_icon);
mate_about_dialog_set_logo_icon_name(mate_about_dialog, desktop_icon);
}