Skip to content
Snippets Groups Projects
Commit 18e76172 authored by Theo Linkspfeifer's avatar Theo Linkspfeifer :speech_balloon: Committed by Alexander Schwinn
Browse files

Fix missing dialog window icon (#1506)

Completes: 78f73f66
(cherry picked from commit cbd93537)
parent 7860675f
No related branches found
No related tags found
No related merge requests found
Pipeline #34798 passed
......@@ -80,7 +80,7 @@ main (int argc, char **argv)
application = thunar_application_get ();
/* use the Thunar icon as default for new windows */
gtk_window_set_default_icon_name ("Thunar");
gtk_window_set_default_icon_name ("org.xfce.thunar");
/* do further processing inside gapplication */
g_application_run (G_APPLICATION (application), argc, argv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment