[vinagre] Let's be more flexible



commit dc978fd12d107b205cf0ba40173620b63fd14bd2
Author: Jonh Wendell <jwendell gnome org>
Date:   Wed Oct 13 14:52:50 2010 -0300

    Let's be more flexible

 vinagre/vinagre-bookmarks.c |    1 -
 vinagre/vinagre-mdns.c      |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/vinagre/vinagre-bookmarks.c b/vinagre/vinagre-bookmarks.c
index c405cf0..cc65d59 100644
--- a/vinagre/vinagre-bookmarks.c
+++ b/vinagre/vinagre-bookmarks.c
@@ -286,7 +286,6 @@ vinagre_bookmarks_parse_item (xmlNode *root)
 
   if (!ext)
     {
-      g_warning (_("The protocol %s is not supported."), protocol);
       goto out;
     }
 
diff --git a/vinagre/vinagre-mdns.c b/vinagre/vinagre-mdns.c
index b989ec9..c3e63d5 100644
--- a/vinagre/vinagre-mdns.c
+++ b/vinagre/vinagre-mdns.c
@@ -75,7 +75,7 @@ mdns_resolver_found (GaServiceResolver *resolver,
   b_entry = g_hash_table_lookup (mdns->priv->browsers, type);
   if (!b_entry)
     {
-      g_error ("Service name not found in mDNS resolver hash table. This probably is a bug somewhere.");
+      g_warning ("Service name not found in mDNS resolver hash table. This probably is a bug somewhere.");
       return;
     }
 



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