*** gimp-1.2.3/tools/pdbgen/pdb/fileops.pdb Tue Nov 13 15:22:10 2001 --- gimp-1.2.3-ft/tools/pdbgen/pdb/fileops.pdb Sun Feb 24 13:07:55 2002 *************** *** 15,23 **** # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - # "Perlized" from C source by Manish Singh sub pdb_misc { $author = $copyright = 'Josh MacDonald'; $date = '1997'; --- 15,28 ---- # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # "Perlized" from C source by Manish Singh + #CHANGES + # Sun Feb 24 13:04:01 EST 2002 + # Cameron - flamingtext.com + # changed gimp_temp. to coollogo_com_ + + sub pdb_misc { $author = $copyright = 'Josh MacDonald'; $date = '1997'; *************** *** 284,290 **** /* create the temp_path, just in case */ mkdir (temp_path, 0755); ! name = g_strdup_printf ("%s" G_DIR_SEPARATOR_S "gimp_temp.%d%d.%s", temp_path, pid, id++, extension); } CODE --- 289,295 ---- /* create the temp_path, just in case */ mkdir (temp_path, 0755); ! name = g_strdup_printf ("%s" G_DIR_SEPARATOR_S "coollogo_com_%d%d.%s", temp_path, pid, id++, extension); } CODE