Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,128
Issues
1,128
List
Boards
Labels
Service Desk
Milestones
Merge Requests
154
Merge Requests
154
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
18a00683
Commit
18a00683
authored
Jun 29, 2006
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some cross-referencing
parent
b8888ec2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gtk/gtkprintoperation.c
gtk/gtkprintoperation.c
+3
-0
No files found.
gtk/gtkprintoperation.c
View file @
18a00683
...
...
@@ -2389,6 +2389,9 @@ gtk_print_operation_run (GtkPrintOperation *op,
if
(
action
==
GTK_PRINT_OPERATION_ACTION_EXPORT
)
{
/* note: if you implement async EXPORT, update the docs
* docs for the allow-async property.
*/
priv
->
is_sync
=
TRUE
;
g_return_val_if_fail
(
priv
->
export_filename
!=
NULL
,
GTK_PRINT_OPERATION_RESULT_ERROR
);
result
=
run_pdf
(
op
,
parent
,
&
do_print
);
...
...
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