]> git.pld-linux.org Git - packages/gg.git/commitdiff
- typos, sorry
authorTomek Orzechowski <orzech@pld-linux.org>
Wed, 29 May 2002 11:42:50 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gg-home_etc.patch -> 1.2

gg-home_etc.patch

index 6e2a7aee92fc59733361dff6278f49c349fe7366..a1be7a0abf4b9af582766233fffb55dbbcf8d9d7 100644 (file)
@@ -10,7 +10,7 @@ diff -ruN gg-0.2.2.1.org/src/callbacks.c gg-0.2.2.1/src/callbacks.c
 -                                  kontakt->uin);
 +              if (getenv("CONFIG_DIR"))
 +                  path = g_strdup_printf("%s/%s/gg/history/%d",
-+                      getnev("HOME"), getenv("CONFIG_DIR"), kontakt->uin);
++                      getenv("HOME"), getenv("CONFIG_DIR"), kontakt->uin);
 +              else
 +                  path = g_strdup_printf("%s/.gg/history/%d",
 +                      getenv("HOME"), kontakt->uin);
@@ -65,7 +65,7 @@ diff -ruN gg-0.2.2.1.org/src/main.c gg-0.2.2.1/src/main.c
  
 -      path = g_strconcat(getenv("HOME"), "/.gg/userlist", NULL);
 +      if (getenv("CONFIG_DIR"))
-+          path = g_strconcat(getenv("HOME"), "/", getenv("CONFIG_DIR", "/gg/userlist", NULL);
++          path = g_strconcat(getenv("HOME"), "/", getenv("CONFIG_DIR"), "/gg/userlist", NULL);
 +      else
 +          path = g_strconcat(getenv("HOME"), "/.gg/userlist", NULL);
  
This page took 0.106983 seconds and 4 git commands to generate.