Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Nikita Churaev
gtk
Commits
3742f415
Commit
3742f415
authored
Jun 19, 2006
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgotten file
parent
1e69c86a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
gtk/gtkprintunixdialog.c
gtk/gtkprintunixdialog.c
+4
-2
No files found.
gtk/gtkprintunixdialog.c
View file @
3742f415
...
...
@@ -1250,8 +1250,10 @@ selected_printer_changed (GtkTreeSelection *selection,
if
(
printer
!=
NULL
)
{
priv
->
printer_capabilities
=
_gtk_printer_get_capabilities
(
printer
);
priv
->
options
=
_gtk_printer_get_options
(
printer
,
priv
->
initial_settings
,
priv
->
page_setup
);
priv
->
options
=
_gtk_printer_get_options
(
printer
,
priv
->
initial_settings
,
priv
->
page_setup
,
priv
->
manual_capabilities
);
priv
->
options_changed_handler
=
g_signal_connect_swapped
(
priv
->
options
,
"changed"
,
G_CALLBACK
(
options_changed_cb
),
dialog
);
...
...
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