[vinagre] Fix Spice plugin auto-clipboard property enum
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Fix Spice plugin auto-clipboard property enum
- Date: Tue, 4 Feb 2014 08:56:32 +0000 (UTC)
commit aa2a2165151926aac5b37830f2a790f6be4f48e5
Author: Cole Robinson <crobinso redhat com>
Date: Thu Jan 30 17:29:10 2014 -0500
Fix Spice plugin auto-clipboard property enum
https://bugzilla.gnome.org/show_bug.cgi?id=723326
plugins/spice/vinagre-spice-connection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/spice/vinagre-spice-connection.c b/plugins/spice/vinagre-spice-connection.c
index 0bbe4e2..0b7fda1 100644
--- a/plugins/spice/vinagre-spice-connection.c
+++ b/plugins/spice/vinagre-spice-connection.c
@@ -359,7 +359,7 @@ vinagre_spice_connection_class_init (VinagreSpiceConnectionClass *klass)
G_PARAM_CONSTRUCT |
G_PARAM_STATIC_STRINGS));
g_object_class_install_property (object_class,
- PROP_RESIZE_GUEST,
+ PROP_AUTO_CLIPBOARD,
g_param_spec_boolean ("auto-clipboard",
"Auto clipboard",
"Whether clipboard sharing is automatic",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]