diff -r d88bd99de43f -r 77e8d4906cfe pidgin/gtknotify.c --- 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') {