Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
evince
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
GNOME
evince
Commits
12ffec45
Commit
12ffec45
authored
Nov 08, 2018
by
Germán Poo-Caamaño
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
previewer: Fix default icon name
parent
93b94ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
previewer/ev-previewer.c
previewer/ev-previewer.c
+1
-1
No files found.
previewer/ev-previewer.c
View file @
12ffec45
...
...
@@ -208,7 +208,7 @@ main (gint argc, gchar **argv)
ev_stock_icons_init
();
g_set_application_name
(
_
(
"GNOME Document Previewer"
));
gtk_window_set_default_icon_name
(
"
e
vince"
);
gtk_window_set_default_icon_name
(
"
org.gnome.E
vince"
);
application
=
gtk_application_new
(
NULL
,
G_APPLICATION_NON_UNIQUE
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment