<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools">
    <title>gmane.comp.emulators.virt-tools</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5887"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5885"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5884"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5883"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5882"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5881"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5879"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5877"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5876"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5875"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5874"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5873"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5872"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5871"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5870"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5869"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5868"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5867"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5866"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5865"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5887">
    <title>[PATCH virt-viewer] app: move display on clientmonitors with --full-screen</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5887</link>
    <description>&lt;pre&gt;There used to be a check to fullscreen the only visible display on
current monitor, by checking the number of visible monitors. Now that
fullscreen is independant for each display, and goes on current monitor,
it's useless.

However, this code path is still used for the app --full-screen, at
startup time. And it is still nicer to open the display on respective
client monitors, rather than all on current monitor.
---
 src/virt-viewer-app.c | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c
index 539c4a4..c2ecc67 100644
--- a/src/virt-viewer-app.c
+++ b/src/virt-viewer-app.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -631,16 +631,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; viewer_window_focus_out_cb(GtkWindow *window G_GNUC_UNUSED,
 }
 
 static void
-app_window_try_fullscreen(VirtViewerApp *self, VirtViewerWindow *win, gint nth)
+app_window_try_fullscreen(VirtViewerApp *self G_GNUC_UNUSED,
+                          VirtViewerWindow *win, gint nth)
 {
     GdkScreen *screen = gdk_screen_get_default();
-    gboolea&lt;/pre&gt;</description>
    <dc:creator>Marc-André Lureau</dc:creator>
    <dc:date>2013-05-22T19:40:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5885">
    <title>Q on virsh attach-disk , why no network disk ?</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5885</link>
    <description>&lt;pre&gt;Hi All,
     I was looking at virsh attach-disk and i see the below
[snip]

   DESCRIPTION
     Attach new disk device.

   OPTIONS
     [--domain] &amp;lt;string&amp;gt;  domain name, id or uuid
     [--source] &amp;lt;string&amp;gt;  source of disk device
     [--target] &amp;lt;string&amp;gt;  target of disk device
...
...

*--sourcetype &amp;lt;string&amp;gt;  type of source (block|file)*
[/snip]

I was wondering why the sourcetype only support block|file only ? What 
if i wanted to add a network (disk type=network) based drive ? Is this a 
constraint of virsh or QEMU itself doesn't allow hotplu of network block 
device disk ?

thanx,
deepak

&lt;/pre&gt;</description>
    <dc:creator>Deepak C Shetty</dc:creator>
    <dc:date>2013-05-22T12:55:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5884">
    <title>Re: [PATCH] virt-manager: Update list of Ubuntu releases</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5884</link>
    <description>&lt;pre&gt;
Thanks Marc, pushed now.

- Cole

&lt;/pre&gt;</description>
    <dc:creator>Cole Robinson</dc:creator>
    <dc:date>2013-05-21T20:03:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5883">
    <title>Re: [PATCH] static route support</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5883</link>
    <description>&lt;pre&gt;
Looks fine, thanks for the work!

Couple pylint errors:

$ python setup.py pylint
running pylint
************* Module virtManager.createnet
W:506:vmmCreateNetwork.change_routev6_enable: Unused argument 'src'
W:580:vmmCreateNetwork.change_dhcpv6_enable: Unused argument 'src'
************* Module virtManager.network
W: 20: Unused import logging
running pep8
virtManager/createnet.py:551: [E271] multiple spaces after keyword

One thing though: looks like &amp;lt;domain name=   is now unconditionally used for
new networks. Intentional? Are there downsides here that might cause someone
to complain?

- Cole



_______________________________________________
virt-tools-list mailing list
virt-tools-list&amp;lt; at &amp;gt;redhat.com
https://www.redhat.com/mailman/listinfo/virt-tools-list&lt;/pre&gt;</description>
    <dc:creator>Cole Robinson</dc:creator>
    <dc:date>2013-05-21T20:00:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5882">
    <title>[PATCH] virt-manager: Update list of Ubuntureleases</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5882</link>
    <description>&lt;pre&gt;Hi,

Here's a patch to update the list of Ubuntu releases.

Thanks,

Marc.

commit 1ada943da0ec01f444b3df452e6f371d07021330
Author: Marc Deslauriers &amp;lt;marc.deslauriers-GeWIH/nMZzLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   Tue May 21 15:59:17 2013 -0400

    Update list of Ubuntu releases

diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 3f8ae95..68ba8c3 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -60,6 +60,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; VGA_VIDEO = {
    ]
 }

+VMVGA_VIDEO = {
+    "model_type": [
+        (HV_ALL, "vmvga"),
+    ]
+}
+
 DEFAULTS = {
     "acpi":             True,
     "apic":             True,
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -507,7 +513,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; OS_TYPES = {
     "ubuntuhardy": {
         "label": "Ubuntu 8.04 LTS (Hardy Heron)",
         "distro": "ubuntu",
-        "supported": True,
         "devices" : {
             NET  : VIRTIO_NET,
        },
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -555,7 +560,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; OS_TYPES = {
     "ubuntunatty": {
         "label": "Ubuntu 11.04 (Natty Narwhal)",
         "distro": "ubuntu",
-        "supported": True,
         "devices"&lt;/pre&gt;</description>
    <dc:creator>Marc Deslauriers</dc:creator>
    <dc:date>2013-05-21T20:00:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5881">
    <title>Re: How to use xl (in place of xm) with libvirt 1.0.2 and Xen 4.2.1 in Ubuntu 13.04?</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5881</link>
    <description>&lt;pre&gt;Jim,

Thanks so much for your help.  Much appreciated!

I filed a bug report with Ubuntu:

https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1180281

Hopefully other Ubuntu users who are experiencing the same issue will add
comments/feedback to the bug report.

Best regards,
Gizmo Chicken


On Mon, May 20, 2013 at 9:46 AM, Jim Fehlig &amp;lt;jfehlig-IBi9RG/b67k&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Gizmo Chicken</dc:creator>
    <dc:date>2013-05-21T01:32:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5879">
    <title>Re: Virtual Machine Manager "stuck"</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5879</link>
    <description>&lt;pre&gt;
Exactly, sounds like Bug 887106 [1].  Feel free to check if it looks the
same and comment on the bug.


Can you create new one by clicking on the "New" button?

Martin

[1] https://bugzilla.redhat.com/show_bug.cgi?id=887106

&lt;/pre&gt;</description>
    <dc:creator>Martin Kletzander</dc:creator>
    <dc:date>2013-05-20T13:01:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5877">
    <title>Re: Virtual Machine Manager "stuck"</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5877</link>
    <description>&lt;pre&gt;
Well this sounds like a bug.  Did you see if there are any existing
bug reports or file a new one?


There's no need to "reset" anything.  Just kill virt-manager and start
it up again.  You can even restart libvirtd if you think that is
causing the problem; it won't affect your running VMs.

Rich.

&lt;/pre&gt;</description>
    <dc:creator>Richard W.M. Jones</dc:creator>
    <dc:date>2013-05-17T20:13:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5876">
    <title>Re: [PATCH virt-viewer] Use a more descriptive FileDescription</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5876</link>
    <description>&lt;pre&gt;ACK.

On 05/17/2013 05:01 PM, Marc-André Lureau wrote:

&lt;/pre&gt;</description>
    <dc:creator>Hans de Goede</dc:creator>
    <dc:date>2013-05-17T17:32:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5875">
    <title>[PATCH virt-viewer] Use a more descriptiveFileDescription</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5875</link>
    <description>&lt;pre&gt;This field is used to invite the user to close running instances, when
updating the installation with an MSI. "A remote desktop client" isn't
specific enough, use a VirtViewer specific description.
---
 src/virt-viewer.rc.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/virt-viewer.rc.in b/src/virt-viewer.rc.in
index 196e631..2f52c34 100644
--- a/src/virt-viewer.rc.in
+++ b/src/virt-viewer.rc.in
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -8,10 +8,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; BEGIN
     BLOCK "040904E4"
     BEGIN
       VALUE "CompanyName", "virt-manager.org"
-      VALUE "FileDescription", "A remote desktop client"
+      VALUE "FileDescription", "VirtViewer desktop client"
       VALUE "FileVersion", "&amp;lt; at &amp;gt;VERSION&amp;lt; at &amp;gt;"
       VALUE "InternalName", "&amp;lt; at &amp;gt;PACKAGE_STRING&amp;lt; at &amp;gt;"
-      VALUE "LegalCopyright", "Copyright (C) 2007-2012 Red Hat, Inc."
+      VALUE "LegalCopyright", "Copyright (C) 2007-2013 Red Hat, Inc."
       VALUE "OriginalFilename", "virt-viewer.exe"
       VALUE "ProductName", "VirtViewer"
       VALUE "ProductVersion", "&amp;lt; at &amp;gt;VERSION&amp;lt; at &amp;gt;"
&lt;/pre&gt;</description>
    <dc:creator>Marc-André Lureau</dc:creator>
    <dc:date>2013-05-17T15:01:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5874">
    <title>Re: [PATCH virt-viewer 3/6] window: wait until mapped before fullscreen</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5874</link>
    <description>&lt;pre&gt;
A bit scared that this will cause other subtle issues, but why not, ACK

Christophe
&lt;/pre&gt;</description>
    <dc:creator>Christophe Fergeau</dc:creator>
    <dc:date>2013-05-17T14:04:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5873">
    <title>Re: [PATCH virt-viewer 2/6] Only fullscreen the new window</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5873</link>
    <description>&lt;pre&gt;ACK
On Thu, May 16, 2013 at 09:33:18PM +0200, Marc-André Lureau wrote:
&lt;/pre&gt;</description>
    <dc:creator>Christophe Fergeau</dc:creator>
    <dc:date>2013-05-17T13:25:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5872">
    <title>Re: [PATCH virt-viewer 6/6] Silence unused arguments warnings</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5872</link>
    <description>&lt;pre&gt;ACK

On Thu, May 16, 2013 at 09:33:22PM +0200, Marc-André Lureau wrote:
&lt;/pre&gt;</description>
    <dc:creator>Christophe Fergeau</dc:creator>
    <dc:date>2013-05-17T12:59:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5871">
    <title>Re: [PATCH virt-viewer 5/6] Rename variable, fix gcc warning</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5871</link>
    <description>&lt;pre&gt;
ACK

&lt;/pre&gt;</description>
    <dc:creator>Christophe Fergeau</dc:creator>
    <dc:date>2013-05-17T12:59:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5870">
    <title>Re: [PATCH virt-viewer 4/6] Remove the "container" logic used by legacy browser plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5870</link>
    <description>&lt;pre&gt;Yup, this indeed looks unused, ACK

Christophe

On Thu, May 16, 2013 at 09:33:20PM +0200, Marc-André Lureau wrote:
&lt;/pre&gt;</description>
    <dc:creator>Christophe Fergeau</dc:creator>
    <dc:date>2013-05-17T12:58:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5869">
    <title>Re: [PATCH virt-viewer 1/3] Move connect dialog to remote-viewer.c</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5869</link>
    <description>&lt;pre&gt;Looks good, ack series.

On 05/17/2013 02:28 PM, Marc-André Lureau wrote:

&lt;/pre&gt;</description>
    <dc:creator>Hans de Goede</dc:creator>
    <dc:date>2013-05-17T13:01:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5868">
    <title>Re: [PATCH virt-viewer 1/6] window: leave fullscreen on current window</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5868</link>
    <description>&lt;pre&gt;ACK

On Thu, May 16, 2013 at 09:33:17PM +0200, Marc-André Lureau wrote:
&lt;/pre&gt;</description>
    <dc:creator>Christophe Fergeau</dc:creator>
    <dc:date>2013-05-17T12:54:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5867">
    <title>[PATCH virt-viewer 3/3] Show connect dialog againif connection from dialog failed</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5867</link>
    <description>&lt;pre&gt;https://bugzilla.redhat.com/show_bug.cgi?id=864026
---
 src/remote-viewer.c   | 16 ++++++++++++++++
 src/virt-viewer-app.c | 34 +++++++++++++++++++---------------
 src/virt-viewer-app.h |  2 +-
 src/virt-viewer.c     |  6 +++---
 4 files changed, 39 insertions(+), 19 deletions(-)

diff --git a/src/remote-viewer.c b/src/remote-viewer.c
index d1c5525..a0adef7 100644
--- a/src/remote-viewer.c
+++ b/src/remote-viewer.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -77,6 +77,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static gboolean remote_viewer_start(VirtViewerApp *self);
 static gboolean remote_viewer_activate(VirtViewerApp *self, GError **error);
 static void remote_viewer_window_added(VirtViewerApp *self, VirtViewerWindow *win);
 static void spice_foreign_menu_updated(RemoteViewer *self);
+static gint connect_dialog(gchar **uri);
 
 static void
 remote_viewer_get_property (GObject *object, guint property_id,
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -145,6 +146,20 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; remote_viewer_dispose (GObject *object)
 #endif
 
 static void
+remote_viewer_deactivated(VirtViewerApp *app, gboolean connect_error)
+{
+    RemoteViewer *self &lt;/pre&gt;</description>
    <dc:creator>Marc-André Lureau</dc:creator>
    <dc:date>2013-05-17T12:28:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5866">
    <title>[PATCH virt-viewer 2/3] spice-session: use a morerobust signal connect</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5866</link>
    <description>&lt;pre&gt;The Spice session may outlive the virt-viewer session, due to it's async
nature. Use the more robust virt_viewer_signal_connect_object() to fix
delayed potential crashes.
---
 src/virt-viewer-session-spice.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/virt-viewer-session-spice.c b/src/virt-viewer-session-spice.c
index d7b01a7..06e0005 100644
--- a/src/virt-viewer-session-spice.c
+++ b/src/virt-viewer-session-spice.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -194,10 +194,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; create_spice_session(VirtViewerSessionSpice *self)
     self-&amp;gt;priv-&amp;gt;gtk_session = spice_gtk_session_get(self-&amp;gt;priv-&amp;gt;session);
     g_object_set(self-&amp;gt;priv-&amp;gt;gtk_session, "auto-clipboard", TRUE, NULL);
 
-    g_signal_connect(self-&amp;gt;priv-&amp;gt;session, "channel-new",
-                     G_CALLBACK(virt_viewer_session_spice_channel_new), self);
-    g_signal_connect(self-&amp;gt;priv-&amp;gt;session, "channel-destroy",
-                     G_CALLBACK(virt_viewer_session_spice_channel_destroy), self);
+    virt_viewer_signal_connect_object(self-&amp;gt;priv-&amp;gt;session,&lt;/pre&gt;</description>
    <dc:creator>Marc-André Lureau</dc:creator>
    <dc:date>2013-05-17T12:28:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5865">
    <title>[PATCH virt-viewer 1/3] Move connect dialog toremote-viewer.c</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5865</link>
    <description>&lt;pre&gt;---
 src/remote-viewer-main.c |  95 +-------------------------------------
 src/remote-viewer.c      | 118 ++++++++++++++++++++++++++++++++++++++++++++++-
 src/virt-viewer-app.c    |   4 +-
 3 files changed, 120 insertions(+), 97 deletions(-)

diff --git a/src/remote-viewer-main.c b/src/remote-viewer-main.c
index de1544f..ee0025e 100644
--- a/src/remote-viewer-main.c
+++ b/src/remote-viewer-main.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -70,94 +70,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; option_fullscreen(G_GNUC_UNUSED const gchar *option_name,
     return FALSE;
 }
 
-static void recent_selection_changed_dialog_cb(GtkRecentChooser *chooser, gpointer data)
-{
-    GtkRecentInfo *info;
-    GtkWidget *entry = data;
-    const gchar *uri;
-
-    info = gtk_recent_chooser_get_current_item(chooser);
-    if (info == NULL)
-        return;
-
-    uri = gtk_recent_info_get_uri(info);
-    g_return_if_fail(uri != NULL);
-
-    gtk_entry_set_text(GTK_ENTRY(entry), uri);
-
-    gtk_recent_info_unref(info);
-}
-
-static void recent_item_activated_dialog_cb(GtkRecentChooser *chooser G_GNUC_&lt;/pre&gt;</description>
    <dc:creator>Marc-André Lureau</dc:creator>
    <dc:date>2013-05-17T12:28:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5864">
    <title>Re: [PATCH virt-viewer 2/6] Only fullscreen thenew window</title>
    <link>http://permalink.gmane.org/gmane.comp.emulators.virt-tools/5864</link>
    <description>&lt;pre&gt;small mistake below

On Thu, May 16, 2013 at 9:33 PM, Marc-André Lureau &amp;lt;
marcandre.lureau-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


+    if (self-&amp;gt;priv-&amp;gt;fullscreen)




&lt;/pre&gt;</description>
    <dc:creator>Marc-André Lureau</dc:creator>
    <dc:date>2013-05-16T19:52:52</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.emulators.virt-tools">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.emulators.virt-tools</link>
  </textinput>
</rdf:RDF>
