[vinagre] Use 'vinagre' icon name for plugins that don't have an icon.



commit ac8ac344d47211f38849a0b55ad40dbc9101b082
Author: Jonh Wendell <jwendell gnome org>
Date:   Wed Jul 29 14:14:30 2009 -0300

    Use 'vinagre' icon name for plugins that don't have an icon.
    
    In the future we could use a 'plugin' stock icon, when available.

 vinagre/vinagre-plugin-info.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vinagre/vinagre-plugin-info.c b/vinagre/vinagre-plugin-info.c
index 7ae0a9e..e9d96a6 100644
--- a/vinagre/vinagre-plugin-info.c
+++ b/vinagre/vinagre-plugin-info.c
@@ -216,7 +216,7 @@ _vinagre_plugin_info_new (const gchar *file)
   if (str)
     info->icon_name = str;
   else
-    vinagre_debug_message (DEBUG_PLUGINS, "Could not find 'Icon' in %s, using 'vinagre-plugin'", file);
+    vinagre_debug_message (DEBUG_PLUGINS, "Could not find 'Icon' in %s, using 'vinagre'", file);
 	
   /* Get Authors */
   info->authors = g_key_file_get_string_list (plugin_file,
@@ -351,7 +351,7 @@ vinagre_plugin_info_get_icon_name (VinagrePluginInfo *info)
 			       info->icon_name))
     return info->icon_name;
   else
-    return "vinagre-plugin";
+    return "vinagre";
 }
 
 const gchar **



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