forked from AuroraMiddleware/gtk
Make it compile
This commit is contained in:
parent
ce2e7b8798
commit
9e22092166
@ -1923,6 +1923,14 @@ display_credits_dialog (GtkWidget *button,
|
|||||||
gtk_widget_show_all (dialog);
|
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
|
static void
|
||||||
display_license_dialog (GtkWidget *button,
|
display_license_dialog (GtkWidget *button,
|
||||||
gpointer data)
|
gpointer data)
|
||||||
|
Loading…
Reference in New Issue
Block a user