[gimp/gimp-2-6] Corrected name of replacement procedure for two deprecated PDB procedures



commit 5ba618662f321343d7ced6353b99626495242668
Author: Kevin Cozens <kcozens cvs gnome org>
Date:   Sat Feb 12 15:04:39 2011 -0500

    Corrected name of replacement procedure for two deprecated PDB procedures
    
    The error first occured in the 2.4 version of GIMP.

 tools/pdbgen/pdb/paths.pdb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/pdbgen/pdb/paths.pdb b/tools/pdbgen/pdb/paths.pdb
index 213af3b..a567f25 100644
--- a/tools/pdbgen/pdb/paths.pdb
+++ b/tools/pdbgen/pdb/paths.pdb
@@ -167,7 +167,7 @@ CODE
 }
 
 sub path_set_points {
-    &std_pdb_deprecated('vectors-stroke-new-from-points');
+    &std_pdb_deprecated('gimp-vectors-stroke-new-from-points');
 
     @inargs = (
 	{ name => 'image', type => 'image',
@@ -569,7 +569,7 @@ CODE
 }
 
 sub path_import {
-    &std_pdb_deprecated('vectors-import-from-file');
+    &std_pdb_deprecated('gimp-vectors-import-from-file');
 
     @inargs = (
 	{ name => 'image', type => 'image',



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