~ubuntu-branches/ubuntu/karmic/file-roller/karmic

« back to all changes in this revision

Viewing changes to src/fr-command-cfile.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-04-14 09:53:33 UTC
  • mfrom: (1.2.59 upstream)
  • Revision ID: james.westby@ubuntu.com-20090414095333-d626n6h12gor3fv3
Tags: 2.26.1-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
 
212
212
        /* copy file to the temp dir */
213
213
 
214
 
        temp_dir = get_temp_work_dir ();
 
214
        temp_dir = get_temp_work_dir (NULL);
215
215
        filename = file_list->data;
216
216
        temp_file = g_strconcat (temp_dir, "/", filename, NULL);
217
217
 
326
326
 
327
327
        /* copy file to the temp dir, remove the already existing file first */
328
328
 
329
 
        temp_dir = get_temp_work_dir ();
 
329
        temp_dir = get_temp_work_dir (NULL);
330
330
        temp_file = g_strconcat (temp_dir,
331
331
                                 "/",
332
332
                                 file_name_from_path (comm->filename),