From: <the...@us...> - 2006-09-24 16:35:35
|
Revision: 17343 http://svn.sourceforge.net/gaim/?rev=17343&view=rev Author: thekingant Date: 2006-09-24 09:35:31 -0700 (Sun, 24 Sep 2006) Log Message: ----------- 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 Modified Paths: -------------- trunk/COPYRIGHT trunk/gtk/gtkprefs.c Modified: trunk/COPYRIGHT =================================================================== --- trunk/COPYRIGHT 2006-09-24 08:11:28 UTC (rev 17342) +++ trunk/COPYRIGHT 2006-09-24 16:35:31 UTC (rev 17343) @@ -130,6 +130,7 @@ Mike Heffner Benjamin Herrenschmidt Fernando Herrera +hjheins Hil Casey Ho Iain Holmes Modified: trunk/gtk/gtkprefs.c =================================================================== --- trunk/gtk/gtkprefs.c 2006-09-24 08:11:28 UTC (rev 17342) +++ trunk/gtk/gtkprefs.c 2006-09-24 16:35:31 UTC (rev 17343) @@ -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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |