[Pkg-libvirt-commits] [SCM] Virt Manager packaging branch, master, updated. debian/0.7.0-2-1-g61b67c1

Guido Günther agx at sigxcpu.org
Sat May 9 11:01:35 UTC 2009


The following commit has been merged in the master branch:
commit 61b67c164bac9866cdc9238ccc88dce6b831cc19
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat May 9 13:00:50 2009 +0200

    don't crop vnc display
    
    Closes: #525764
    Thanks: Laurent Léonard for testing

diff --git a/debian/patches/0003-don-t-crop-vnc-display.patch b/debian/patches/0003-don-t-crop-vnc-display.patch
new file mode 100644
index 0000000..dca8db6
--- /dev/null
+++ b/debian/patches/0003-don-t-crop-vnc-display.patch
@@ -0,0 +1,27 @@
+From: =?utf-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Sat, 9 May 2009 12:58:19 +0200
+Subject: [PATCH] don't crop vnc display
+MIME-Version: 1.0
+Content-Type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+
+Closes: #525764
+Thanks: Laurent Léonard for testing
+---
+ src/vmm-details.glade |    2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/src/vmm-details.glade b/src/vmm-details.glade
+index 60ef5c8..be2b2da 100644
+--- a/src/vmm-details.glade
++++ b/src/vmm-details.glade
+@@ -3,8 +3,6 @@
+ <!--*- mode: xml -*-->
+ <glade-interface>
+   <widget class="GtkWindow" id="vmm-details">
+-    <property name="width_request">800</property>
+-    <property name="height_request">600</property>
+     <property name="title" translatable="yes">Virtual Machine</property>
+     <property name="default_width">800</property>
+     <property name="default_height">600</property>
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index c8ec73f..5d0bb65 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-use-usr-share-gconf-for-schema-data.patch
 0002-close-nc-connection-on-EOF.patch
+0003-don-t-crop-vnc-display.patch

-- 
Virt Manager packaging



More information about the Pkg-libvirt-commits mailing list