SF.net SVN: geany:[3036] trunk/wscript

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Oct 2 14:25:32 UTC 2008


Revision: 3036
          http://geany.svn.sourceforge.net/geany/?rev=3036&view=rev
Author:   eht16
Date:     2008-10-02 14:25:32 +0000 (Thu, 02 Oct 2008)

Log Message:
-----------
Auto Save -> Save Actions (forgotten in last commit).

Modified Paths:
--------------
    trunk/wscript

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2008-10-02 13:37:35 UTC (rev 3035)
+++ trunk/wscript	2008-10-02 14:25:32 UTC (rev 3036)
@@ -319,12 +319,12 @@
 
     # Plugins
     if bld.env['HAVE_PLUGINS'] == 1:
-        build_plugin('autosave')
         build_plugin('classbuilder')
         build_plugin('demoplugin', False)
         build_plugin('export')
         build_plugin('filebrowser')
         build_plugin('htmlchars')
+        build_plugin('saveactions')
         build_plugin('splitwindow')
         build_plugin('vcdiff')
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list