forked from AuroraMiddleware/gtk
Fix the build
svn path=/trunk/; revision=17701
This commit is contained in:
parent
557ff70925
commit
924d9163b4
@ -2050,7 +2050,7 @@ print_pages_idle (gpointer user_data)
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (GTK_PRINT_OPERATION_GET_CLASS (data->op)->paginage != NULL ||
|
||||
if (GTK_PRINT_OPERATION_GET_CLASS (data->op)->paginate != NULL ||
|
||||
g_signal_has_handler_pending (data->op, signals[PAGINATE], 0, FALSE))
|
||||
{
|
||||
gboolean paginated = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user