[vinagre] Fix a typo in a property ID



commit d2a2d89824ae41b19f4b16d688d42bf69369ec8c
Author: Jonh Wendell <jwendell gnome org>
Date:   Mon Feb 1 15:57:36 2010 -0300

    Fix a typo in a property ID

 vinagre/vinagre-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-connection.c b/vinagre/vinagre-connection.c
index 42ac4a3..0681515 100644
--- a/vinagre/vinagre-connection.c
+++ b/vinagre/vinagre-connection.c
@@ -286,7 +286,7 @@ vinagre_connection_class_init (VinagreConnectionClass *klass)
                                                       G_PARAM_STATIC_BLURB));
 
   g_object_class_install_property (object_class,
-                                   PROP_NAME,
+                                   PROP_USERNAME,
                                    g_param_spec_string ("username",
                                                         "username",
 	                                                "username (if any) necessary for complete this connection",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]