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

Fix missing dialog window icon (#1506)

Completes: 78f73f66
parent 35fb4a3c
No related branches found
No related tags found
1 merge request!592Fix missing dialog window icon (#1506)
......@@ -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