forked from AuroraMiddleware/gtk
Fix a compiler warning.
svn path=/trunk/; revision=17729
This commit is contained in:
parent
7253a5a292
commit
10862a344a
@ -507,7 +507,8 @@ gtk_print_operation_create_custom_widget (GtkPrintOperation *operation)
|
||||
}
|
||||
|
||||
static void
|
||||
gtk_print_operation_done (GtkPrintOperation *operation)
|
||||
gtk_print_operation_done (GtkPrintOperation *operation,
|
||||
GtkPrintOperationResult result)
|
||||
{
|
||||
GtkPrintOperationPrivate *priv = operation->priv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user