Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
evince
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
610
Issues
610
List
Boards
Labels
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
evince
Commits
94e06be8
Commit
94e06be8
authored
May 10, 2014
by
Carlos Garcia Campos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ishell: Make the about dialog non modal
parent
8b965e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
15 deletions
+13
-15
shell/ev-window.c
shell/ev-window.c
+13
-15
No files found.
shell/ev-window.c
View file @
94e06be8
...
...
@@ -5087,21 +5087,19 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window)
comments
=
build_comments_string
(
ev_window
->
priv
->
document
);
gtk_show_about_dialog
(
GTK_WINDOW
(
ev_window
),
"name"
,
_
(
"Evince"
),
"version"
,
VERSION
,
"copyright"
,
_
(
"© 1996–2012 The Evince authors"
),
"license"
,
license_trans
,
"website"
,
"http://www.gnome.org/projects/evince"
,
"comments"
,
comments
,
"authors"
,
authors
,
"documenters"
,
documenters
,
"translator-credits"
,
_
(
"translator-credits"
),
"logo-icon-name"
,
"evince"
,
"wrap-license"
,
TRUE
,
NULL
);
gtk_show_about_dialog
(
NULL
,
"name"
,
_
(
"Evince"
),
"version"
,
VERSION
,
"copyright"
,
_
(
"© 1996–2012 The Evince authors"
),
"license"
,
license_trans
,
"website"
,
"http://www.gnome.org/projects/evince"
,
"comments"
,
comments
,
"authors"
,
authors
,
"documenters"
,
documenters
,
"translator-credits"
,
_
(
"translator-credits"
),
"logo-icon-name"
,
"evince"
,
"wrap-license"
,
TRUE
,
NULL
);
g_free
(
comments
);
g_free
(
license_trans
);
...
...
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