printunixdialog: Remove GtkDrawingArea::draw handler

the source file has been updated to use gtk_drawing_area_set_draw_func,
but the draw_cb handler in the ui file is still left.
This commit is contained in:
Timm Bäder 2016-12-04 11:49:41 +01:00
parent 0d68b22479
commit 9f98138ffb

View File

@ -826,7 +826,6 @@
<property name="content-width">320</property>
<property name="content-height">160</property>
<property name="visible">1</property>
<signal name="draw" handler="draw_page_cb" swapped="no"/>
</object>
<packing>
<property name="expand">1</property>