changeset 15338:315be2f86cb9

[gaim-migrate @ 18130] /gaim/gtk/sound/command is actually a path-type preference now, so we need to reference it as such. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 15 Jan 2007 19:03:37 +0000
parents b262452c9b63
children 412c2b3b5fc0
files gtk/gtksound.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/gtksound.c	Mon Jan 15 07:14:37 2007 +0000
+++ b/gtk/gtksound.c	Mon Jan 15 19:03:37 2007 +0000
@@ -420,7 +420,7 @@
 		char *command;
 		GError *error = NULL;
 
-		sound_cmd = gaim_prefs_get_string("/gaim/gtk/sound/command");
+		sound_cmd = gaim_prefs_get_path("/gaim/gtk/sound/command");
 
 		if (!sound_cmd || *sound_cmd == '\0') {
 			gaim_debug_error("gtksound",