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
GNOME
gtk
Commits
9e220921
Commit
9e220921
authored
Jan 26, 2005
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it compile
parent
ce2e7b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gtk/gtkaboutdialog.c
gtk/gtkaboutdialog.c
+8
-0
No files found.
gtk/gtkaboutdialog.c
View file @
9e220921
...
...
@@ -1923,6 +1923,14 @@ display_credits_dialog (GtkWidget *button,
gtk_widget_show_all
(
dialog
);
}
static
void
set_policy
(
GtkWidget
*
sw
)
{
gtk_scrolled_window_set_policy
(
GTK_SCROLLED_WINDOW
(
sw
),
GTK_POLICY_AUTOMATIC
,
GTK_POLICY_AUTOMATIC
);
}
static
void
display_license_dialog
(
GtkWidget
*
button
,
gpointer
data
)
...
...
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