pidgin/gtknotify.c

changeset 30812
77e8d4906cfe
parent 30800
b1733570edbf
child 31321
1fef3832cfa2
child 31531
e595953836e3
child 32394
f883709bdba4
equal deleted inserted replaced
30811:d88bd99de43f 30812:77e8d4906cfe
1390 } 1390 }
1391 else if (!strcmp(web_browser, "custom")) 1391 else if (!strcmp(web_browser, "custom"))
1392 { 1392 {
1393 const char *web_command; 1393 const char *web_command;
1394 1394
1395 web_command = purple_prefs_get_string(PIDGIN_PREFS_ROOT "/browsers/command"); 1395 web_command = purple_prefs_get_string(PIDGIN_PREFS_ROOT "/browsers/manual_command");
1396 1396
1397 if (web_command == NULL || *web_command == '\0') 1397 if (web_command == NULL || *web_command == '\0')
1398 { 1398 {
1399 purple_notify_error(NULL, NULL, _("Unable to open URL"), 1399 purple_notify_error(NULL, NULL, _("Unable to open URL"),
1400 _("The 'Manual' browser command has been " 1400 _("The 'Manual' browser command has been "

mercurial