~ubuntu-branches/ubuntu/raring/remmina/raring

« back to all changes in this revision

Viewing changes to src/remminafilemanager.c

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2010-02-20 19:12:35 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100220191235-dqhfi310glnbu6h2
Tags: 0.7.4-1
* New upstream release.
* Bump Standards-Version to 3.8.4, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        }
88
88
        remmina_file_free (remminafile);
89
89
    }
 
90
    g_dir_close (dir);
90
91
    remmina_string_array_sort (array);
91
92
    groups = remmina_string_array_to_string (array);
92
93
    remmina_string_array_free (array);