comparison src/gtkutil.c @ 78781:415fda17ec8f

(xg_get_file_with_chooser): Move GCPRO1 after declarations
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 14 Sep 2007 06:20:00 +0000
parents c4d33a7385f0
children 96a27ec4e6c5
comparison
equal deleted inserted replaced
78780:f78a0ea569ca 78781:415fda17ec8f
1410 1410
1411 if (default_filename) 1411 if (default_filename)
1412 { 1412 {
1413 Lisp_Object file; 1413 Lisp_Object file;
1414 struct gcpro gcpro1; 1414 struct gcpro gcpro1;
1415 char *utf8_filename;
1415 GCPRO1 (file); 1416 GCPRO1 (file);
1416 char *utf8_filename;
1417 1417
1418 file = build_string (default_filename); 1418 file = build_string (default_filename);
1419 1419
1420 /* File chooser does not understand ~/... in the file name. It must be 1420 /* File chooser does not understand ~/... in the file name. It must be
1421 an absolute name starting with /. */ 1421 an absolute name starting with /. */