[vinagre] Get rid of a wrong comment



commit 80d4b00751f2b86850bc369dacac279d6e2f8133
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Sep 29 11:52:15 2009 -0300

    Get rid of a wrong comment

 vinagre/vinagre-plugin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vinagre/vinagre-plugin.c b/vinagre/vinagre-plugin.c
index 99acfc2..59a6497 100644
--- a/vinagre/vinagre-plugin.c
+++ b/vinagre/vinagre-plugin.c
@@ -284,7 +284,7 @@ vinagre_plugin_get_data_dir (VinagrePlugin *plugin)
 	 * so it's under $prefix/share/vinagre-2/plugins/data_dir_name
 	 * where data_dir_name usually it's the name of the plugin
 	 */
-//	vinagre_lib_dir = vinagre_dirs_get_vinagre_lib_dir ();
+	vinagre_lib_dir = vinagre_dirs_get_vinagre_lib_dir ();
 
 	/* CHECK: is checking the prefix enough or should we be more
 	 * careful about normalizing paths etc? */
@@ -292,7 +292,7 @@ vinagre_plugin_get_data_dir (VinagrePlugin *plugin)
 	{
 		gchar *vinagre_data_dir;
 
-//		vinagre_data_dir = vinagre_dirs_get_vinagre_data_dir ();
+		vinagre_data_dir = vinagre_dirs_get_vinagre_data_dir ();
 
 		data_dir = g_build_filename (vinagre_data_dir,
 					     "plugins",



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