summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.c
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2007-10-05 08:18:43 +0000
committerMurray Cumming <murrayc@src.gnome.org>2007-10-05 08:18:43 +0000
commit5d1a5ac216b05956766d36e52d7091037fcb9f32 (patch)
tree24f46507e3dbc9f2a513e59daf8ab7ddc43305fd /gtk/gtkprintoperation.c
parent31f26042f763cef5a2cf01b159cd7b99bf43c49b (diff)
downloadgtk+-5d1a5ac216b05956766d36e52d7091037fcb9f32.tar.gz
Revert the change on 2007-04-29 (Also check the default handler when
2007-10-05 Murray Cumming <murrayc@murrayc.com> * gtk/gtkprintoperation.c: (print_pages_idle): Revert the change on 2007-04-29 (Also check the default handler when deciding whether to emit the paginate signal. (#345345, Yevgen Muntyan)). This stopped printing from working in gtkmm, and is apparently not appropriate anyway. Bug #482089. svn path=/trunk/; revision=18885
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r--gtk/gtkprintoperation.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c
index 4519cd24fb..5d2740f5a6 100644
--- a/gtk/gtkprintoperation.c
+++ b/gtk/gtkprintoperation.c
@@ -2080,8 +2080,7 @@ print_pages_idle (gpointer user_data)
goto out;
}
- if (GTK_PRINT_OPERATION_GET_CLASS (data->op)->paginate != NULL ||
- g_signal_has_handler_pending (data->op, signals[PAGINATE], 0, FALSE))
+ if (g_signal_has_handler_pending (data->op, signals[PAGINATE], 0, FALSE))
{
gboolean paginated = FALSE;