SF.net SVN: geany:[3325] trunk/plugins/saveactions.c

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Dec 5 17:26:30 UTC 2008


Revision: 3325
          http://geany.svn.sourceforge.net/geany/?rev=3325&view=rev
Author:   ntrel
Date:     2008-12-05 17:26:30 +0000 (Fri, 05 Dec 2008)

Log Message:
-----------
Remove final filetypes_array old macro usage.

Modified Paths:
--------------
    trunk/plugins/saveactions.c

Modified: trunk/plugins/saveactions.c
===================================================================
--- trunk/plugins/saveactions.c	2008-12-05 16:41:23 UTC (rev 3324)
+++ trunk/plugins/saveactions.c	2008-12-05 17:26:30 UTC (rev 3325)
@@ -353,7 +353,7 @@
 		config, "saveactions", "enable_backupcopy", FALSE);
 
 	instantsave_default_ft = utils_get_setting_string(config, "instantsave", "default_ft",
-		filetypes[GEANY_FILETYPES_NONE]->name);
+		filetypes_index(GEANY_FILETYPES_NONE)->name);
 
 	autosave_src_id = G_MAXUINT; /* mark as invalid */
 	autosave_interval = utils_get_setting_integer(config, "autosave", "interval", 300);


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