From 9c5f7bfcf206fe4d8b48caefe13580066a61487f Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 7 Nov 2011 12:03:37 +0000 Subject: Require GTK-VNC 0.4.3 and remove redundant realize() call Remove call to gtk_widget_realize for the GTK-VNC widget. Requires GTK-VNC >= 0.4.3 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index fca04c1..d1f551f 100644 --- a/README +++ b/README @@ -14,8 +14,8 @@ with: ./configure --with-gtk=3.0 (or =2.0) -Virt Viewer uses the GTK-VNC widget to provide a display -of the VNC protocol. This is available from +Virt Viewer uses the GTK-VNC (>= 0.4.3) widget to provide a +display of the VNC protocol. This is available from http://gtk-vnc.sourceforge.net/ -- cgit