changeset 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 f1f1dcb26d89
files COPYRIGHT gtk/gtkprefs.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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;