diff pidgin/gtknotify.c @ 31002:70d8e2e71552

I thought I had done this in my last commit. Clearly I'm an idiot. This fixes all the references to the browser command pref to use the new pref name that I created. Refs #12024.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 20 Sep 2010 15:39:12 +0000
parents 41c3ae96f398
children c5ba7dd399fa 3eaf954631fa 917c597beb97
line wrap: on
line diff
--- a/pidgin/gtknotify.c	Mon Sep 20 03:55:18 2010 +0000
+++ b/pidgin/gtknotify.c	Mon Sep 20 15:39:12 2010 +0000
@@ -1392,7 +1392,7 @@
 	{
 		const char *web_command;
 
-		web_command = purple_prefs_get_string(PIDGIN_PREFS_ROOT "/browsers/command");
+		web_command = purple_prefs_get_string(PIDGIN_PREFS_ROOT "/browsers/manual_command");
 
 		if (web_command == NULL || *web_command == '\0')
 		{