printing: Draw print dialog on fullscreen windows

Set correct "type-hint" for GtkPrintUnixDialog ("dialog").
Otherwise the print dialog is not shown when its parent
window is in fullscreen mode.

https://bugzilla.gnome.org/show_bug.cgi?id=724728
This commit is contained in:
Marek Kasik 2014-03-18 12:43:46 +01:00 committed by Matthias Clasen
parent be7380a418
commit 21687bcedb

View File

@ -49,7 +49,7 @@
</object>
<template class="GtkPrintUnixDialog" parent="GtkDialog">
<property name="can_focus">False</property>
<property name="type_hint">normal</property>
<property name="type_hint">dialog</property>
<signal name="notify::page-setup" handler="redraw_page_layout_preview" swapped="no"/>
<signal name="response" handler="error_dialogs" swapped="no"/>
<child internal-child="vbox">