~ubuntu-branches/ubuntu/natty/orbit2/natty

« back to all changes in this revision

Viewing changes to linc2/src/cleanup.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-02-07 23:19:23 UTC
  • mfrom: (4 dapper)
  • mto: (1.2.15 upstream) (7.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060207231923-3hx81ogatcihtatw
Tags: upstream-2.13.3
ImportĀ upstreamĀ versionĀ 2.13.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
{
209
209
        char *dir;
210
210
 
211
 
        dir = g_strdup_printf ("/tmp/orbit-%s", g_get_user_name ());
 
211
        dir = g_strdup_printf ("%s/orbit-%s", g_get_tmp_dir (), g_get_user_name ());
212
212
 
213
213
#ifdef AF_UNIX
214
214
        clean_dir (dir);