Mercurial > pidgin
comparison src/prefs.c @ 4800:4af15fbcb00a
[gaim-migrate @ 5120]
Paco-Paco is cool, he fixed my mess, and then fixed other messes I didn't
even know we had.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 16 Mar 2003 17:49:11 +0000 |
| parents | 677d3cb193a1 |
| children | e6c7d67c1f3a |
comparison
equal
deleted
inserted
replaced
| 4799:7fd8a82a7c36 | 4800:4af15fbcb00a |
|---|---|
| 2216 return FALSE; | 2216 return FALSE; |
| 2217 } | 2217 } |
| 2218 | 2218 |
| 2219 if (!g_shell_parse_argv(program, NULL, &argv, &error)) { | 2219 if (!g_shell_parse_argv(program, NULL, &argv, &error)) { |
| 2220 debug_printf("Could not parse program '%s': ", error->message); | 2220 debug_printf("Could not parse program '%s': ", error->message); |
| 2221 g_error_free(error); | |
| 2221 return FALSE; | 2222 return FALSE; |
| 2222 } | 2223 } |
| 2223 | 2224 |
| 2224 if (argv == NULL) { | 2225 if (argv == NULL) { |
| 2225 return FALSE; | 2226 return FALSE; |
