comparison gtk/gtkprefs.c @ 14615:bddedf8e4653

[gaim-migrate @ 17343] Add the Seamonkey patch contributor to the copyright file and fix a bug that would have caused Epiphany not to show up in the list. Thanks to Will Thompson and Sadrul Habib Chowdhury committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 24 Sep 2006 16:35:31 +0000
parents 45cdf2cf456c
children 18b74ed00850
comparison
equal deleted inserted replaced
14614:45cdf2cf456c 14615:bddedf8e4653
1182 {N_("Galeon"), "galeon"}, 1182 {N_("Galeon"), "galeon"},
1183 {N_("Firefox"), "firefox"}, 1183 {N_("Firefox"), "firefox"},
1184 {N_("Firebird"), "mozilla-firebird"}, 1184 {N_("Firebird"), "mozilla-firebird"},
1185 {N_("Epiphany"), "epiphany"} 1185 {N_("Epiphany"), "epiphany"}
1186 }; 1186 };
1187 static const int num_possible_browsers = 9; 1187 static const int num_possible_browsers = G_N_ELEMENTS(possible_browsers);
1188 1188
1189 GList *browsers = NULL; 1189 GList *browsers = NULL;
1190 int i = 0; 1190 int i = 0;
1191 char *browser_setting = (char *)gaim_prefs_get_string("/gaim/gtk/browsers/browser"); 1191 char *browser_setting = (char *)gaim_prefs_get_string("/gaim/gtk/browsers/browser");
1192 1192