Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
thunar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
thunar
Commits
18e76172
Commit
18e76172
authored
1 month ago
by
Theo Linkspfeifer
Committed by
Alexander Schwinn
4 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing dialog window icon (
#1506
)
Completes:
78f73f66
(cherry picked from commit
cbd93537
)
parent
7860675f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#34798
passed
4 weeks ago
Stage: build
Stage: distcheck
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
thunar/main.c
+1
-1
1 addition, 1 deletion
thunar/main.c
with
1 addition
and
1 deletion
thunar/main.c
+
1
−
1
View file @
18e76172
...
...
@@ -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
(
"
T
hunar"
);
gtk_window_set_default_icon_name
(
"
org.xfce.t
hunar"
);
/* do further processing inside gapplication */
g_application_run
(
G_APPLICATION
(
application
),
argc
,
argv
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment