[aisleriot] Fix the build with the 'file' help method



commit bf3c708ec1bb323cb65c23198927da4a38c44609
Author: Alexandre Rostovtsev <tetromino gmail com>
Date:   Sat Aug 20 13:38:55 2011 -0400

    Fix the build with the 'file' help method
    
    Bug #656967

 src/lib/ar-help.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/ar-help.c b/src/lib/ar-help.c
index 3be709e..deb53e1 100644
--- a/src/lib/ar-help.c
+++ b/src/lib/ar-help.c
@@ -72,7 +72,7 @@ ar_help_display_full (GtkWidget *window,
   guint i;
 
   langs = g_get_language_names ();
-  help_dir = ar_runtime_get_directory (AR_RUNTIME_GAME_HELP_DIRECTORY);
+  help_dir = ar_runtime_get_directory (AR_RUNTIME_HELP_DIRECTORY);
 
   help_uri = NULL;
   for (i = 0; langs[i] != NULL; ++i) {



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