diff options
-rw-r--r-- | gtk/gtkapplication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index da6712160f..f7bd5b5b09 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -204,7 +204,7 @@ gtk_application_load_resources (GtkApplication *application) gchar *iconspath; default_theme = gtk_icon_theme_get_default (); - iconspath = g_strconcat (base_path, "/icons", NULL); + iconspath = g_strconcat (base_path, "/icons/", NULL); gtk_icon_theme_add_resource_path (default_theme, iconspath); g_free (iconspath); } |