[vino] Fix ui files directory



commit 8ea7c2d1954a5c6f1825cc353d64b63416ff5211
Author: Javier Jardón <javierjc1982 gmail com>
Date:   Sun Jun 21 16:00:29 2009 +0200

    Fix ui files directory
    
    * capplet/vino-url-webservice.c
    	(vino_url_webservice_get_random)

 capplet/vino-url-webservice.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/capplet/vino-url-webservice.c b/capplet/vino-url-webservice.c
index 9620cc7..7b44f95 100644
--- a/capplet/vino-url-webservice.c
+++ b/capplet/vino-url-webservice.c
@@ -36,7 +36,7 @@ vino_url_webservice_get_random (void)
   if (g_file_test (VINO_WEBSERVICE_FILE, G_FILE_TEST_EXISTS))
     filename = VINO_WEBSERVICE_FILE;
   else
-    filename = VINO_GLADEDIR G_DIR_SEPARATOR_S VINO_WEBSERVICE_FILE;
+    filename = VINO_UIDIR G_DIR_SEPARATOR_S VINO_WEBSERVICE_FILE;
 
   if (!g_file_get_contents (filename,
                             &file_contents,



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