gtk/gtkprefs.c

changeset 14709
9b6f1cc24c6a
parent 14677
a59432222efa
child 14867
03271f43f081
--- a/gtk/gtkprefs.c	Fri Sep 29 00:17:18 2006 +0000
+++ b/gtk/gtkprefs.c	Fri Sep 29 00:17:58 2006 +0000
@@ -1887,8 +1887,8 @@
 	prefs_notebook_add_page(_("Network"), NULL, network_page(), &p, NULL, notebook_page++);
 #ifndef _WIN32
 	/* We use the registered default browser in windows */
-	/* if the user is running gnome 2.x, hide the browsers tab */
-	if (gaim_running_gnome() == FALSE) {
+	/* if the user is running gnome 2.x or Mac OS X, hide the browsers tab */
+	if ((gaim_running_gnome() == FALSE) && (gaim_running_osx() == FALSE)) {
 		prefs_notebook_add_page(_("Browser"), NULL, browser_page(), &p, NULL, notebook_page++);
 	}
 #endif

mercurial