diff 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
line wrap: on
line diff
--- 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;