comparison src/gaimrc.c @ 4187:56e07e5ccd9a

[gaim-migrate @ 4418] Drew Martin (acm4me) writes: "Fixes a bug in open_url() (browser.c) that causes gaim to crash if the user tries to open a link when their web_command variable is not set and web_browser is set to manual. Crash can be reproduced w/these two config settings: web_browser { 2 } web_command { } This patch is one half patch ID 659914 (which is a combined patch for both this and a new preference)." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Jan 2003 16:25:07 +0000
parents 22875a399312
children c464dd315be4
comparison
equal deleted inserted replaced
4186:9615c6996348 4187:56e07e5ccd9a
67 67
68 int report_idle; 68 int report_idle;
69 int web_browser; 69 int web_browser;
70 struct save_pos blist_pos; 70 struct save_pos blist_pos;
71 struct window_size conv_size, buddy_chat_size; 71 struct window_size conv_size, buddy_chat_size;
72 char web_command[2048]; 72 char web_command[2048] = "";
73 char *sound_file[NUM_SOUNDS]; 73 char *sound_file[NUM_SOUNDS];
74 #ifndef _WIN32 74 #ifndef _WIN32
75 char sound_cmd[2048]; 75 char sound_cmd[2048];
76 #endif 76 #endif
77 77