~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to src/gtkfiles.c

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
591
591
     if (d != NULL && (e == NULL || e < d))
592
592
          *d = 0;
593
593
     if (c[0] != 0 && (e == NULL || e[1] != 0)) {
594
 
          printf("%s\n",c);
 
594
          /* printf("%s\n",c); */
595
595
          f = g_strdup_printf("%s%s",c,new_extension);
596
596
          get_filename_internal_set_name(f);
597
597
          g_free(f);