Parent Directory
|
Revision Log
|
Patch
| revision 1.42 by scresto, Sun May 22 11:20:41 2005 UTC | revision 1.43 by scresto, Sat May 28 01:30:50 2005 UTC | |
|---|---|---|
| # | Line 339 GSList *get_data_path() | Line 339 GSList *get_data_path() |
| 339 | Lnewlist = g_slist_append(Lnewlist, Lpath); | Lnewlist = g_slist_append(Lnewlist, Lpath); |
| 340 | Lpath = g_strdup_printf("/usr/share/%s", PACKAGE); | Lpath = g_strdup_printf("/usr/share/%s", PACKAGE); |
| 341 | Lnewlist = g_slist_append(Lnewlist, Lpath); | Lnewlist = g_slist_append(Lnewlist, Lpath); |
| 342 | Lpath = g_strdup_printf("%s/%s", DATA_DIR, PACKAGE); | |
| 343 | Lnewlist = g_slist_append(Lnewlist, Lpath); | |
| 344 | ||
| 345 | return Lnewlist; | return Lnewlist; |
| 346 | } | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |