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
cbd93537
Commit
cbd93537
authored
1 month ago
by
Theo Linkspfeifer
Committed by
Alexander Schwinn
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing dialog window icon (
#1506
)
Completes:
78f73f66
parent
35fb4a3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!592
Fix missing dialog window icon (#1506)
Changes
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 @
cbd93537
...
...
@@ -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.
Theo Linkspfeifer
@lastonestanding
mentioned in commit
18e76172
·
4 weeks ago
mentioned in commit
18e76172
mentioned in commit 18e761720f4a65aa5012fc8cf1c7e1c66c2c3863
Toggle commit list
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