# HG changeset patch # User Mark Doliner # Date 1159115731 0 # Node ID bddedf8e4653aa193e63e8d75096014df38835f3 # Parent 45cdf2cf456c9c2ed1acc410ece367f67f33c64f [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 diff -r 45cdf2cf456c -r bddedf8e4653 COPYRIGHT --- a/COPYRIGHT Sun Sep 24 08:11:28 2006 +0000 +++ b/COPYRIGHT Sun Sep 24 16:35:31 2006 +0000 @@ -130,6 +130,7 @@ Mike Heffner Benjamin Herrenschmidt Fernando Herrera +hjheins Hil Casey Ho Iain Holmes diff -r 45cdf2cf456c -r bddedf8e4653 gtk/gtkprefs.c --- a/gtk/gtkprefs.c Sun Sep 24 08:11:28 2006 +0000 +++ b/gtk/gtkprefs.c Sun Sep 24 16:35:31 2006 +0000 @@ -1184,7 +1184,7 @@ {N_("Firebird"), "mozilla-firebird"}, {N_("Epiphany"), "epiphany"} }; - static const int num_possible_browsers = 9; + static const int num_possible_browsers = G_N_ELEMENTS(possible_browsers); GList *browsers = NULL; int i = 0;