summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Venhoda <lvenhoda@redhat.com>2015-05-20 11:32:57 +0200
committerFabiano FidĂȘncio <fidencio@redhat.com>2016-01-05 21:28:44 +0100
commit9d64ace8cff0cc85ff4780d2179ec70c85594ef0 (patch)
treeba80e11e51d1aa66fc5d9e3e441427d28e2beb8b
parent5c3d146fb7c7e7ca02023f80c1d1bab7d617f614 (diff)
virt-viewer: Fix choose VM dialog alt-tab in gnome2
Choose VM dialog was not visible in taskbar and alt-tab when running on system with gnome2. rhbz#1223285 (cherry picked from commit 596aea6912ea8c536cfab002688cc1634cbe0737)
-rw-r--r--src/virt-viewer-vm-connection.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/virt-viewer-vm-connection.xml b/src/virt-viewer-vm-connection.xml
index 04797fa..62319b6 100644
--- a/src/virt-viewer-vm-connection.xml
+++ b/src/virt-viewer-vm-connection.xml
@@ -10,8 +10,6 @@
<property name="default_height">200</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
- <property name="skip_taskbar_hint">True</property>
- <property name="skip_pager_hint">True</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>