[beast/win32] Disabled script registration for Windows, as scripts do not work yet.



commit f95e7343ca5e0337dcdc1024a4b89a4e5d4cd309
Author: Stefan Westerfeld <stefan space twc de>
Date:   Sun Sep 27 12:22:29 2009 +0200

    Disabled script registration for Windows, as scripts do not work yet.
    
    Part of 014_scmoff_docoff_relocate.diff.

 beast-gtk/bstmain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/beast-gtk/bstmain.c b/beast-gtk/bstmain.c
index 362e85f..3bb8d54 100644
--- a/beast-gtk/bstmain.c
+++ b/beast-gtk/bstmain.c
@@ -237,7 +237,7 @@ main (int   argc,
     }
 
   /* register BSE scripts */
-  if (register_scripts)
+  if (0 && register_scripts)
     {
       bst_splash_update_entity (beast_splash, _("Scripts"));
 



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