[gtk+] printing: Draw print dialog on fullscreen windows
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] printing: Draw print dialog on fullscreen windows
- Date: Mon, 24 Mar 2014 16:38:50 +0000 (UTC)
commit 21687bcedba0b4536154ae90f3fbc419a8b84e24
Author: Marek Kasik <mkasik redhat com>
Date: Tue Mar 18 12:43:46 2014 +0100
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
gtk/resources/ui/gtkprintunixdialog.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/resources/ui/gtkprintunixdialog.ui b/gtk/resources/ui/gtkprintunixdialog.ui
index d4dabc4..ebbf4e2 100644
--- a/gtk/resources/ui/gtkprintunixdialog.ui
+++ b/gtk/resources/ui/gtkprintunixdialog.ui
@@ -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">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]