diff src/gtkprefs.c @ 10061:83eb12b1f1a1

[gaim-migrate @ 11033] grim pointed out that the running_gnome thing caused a compile warning, this fixes it by moving running_gnome() from gtknotify.c and adding it to gtkutils.{c,h} as gaim_running_gnome() committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 23 Sep 2004 13:45:48 +0000
parents 7570908c558f
children 2e225cd35615
line wrap: on
line diff
--- a/src/gtkprefs.c	Thu Sep 23 03:09:46 2004 +0000
+++ b/src/gtkprefs.c	Thu Sep 23 13:45:48 2004 +0000
@@ -2456,7 +2456,7 @@
 #ifndef _WIN32
 	/* We use the registered default browser in windows */
 	/* if the user is running gnome 2.x, hide the browsers tab */
-	if (running_gnome() == FALSE) {
+	if (gaim_running_gnome() == FALSE) {
 		prefs_notebook_add_page(_("Browser"), NULL, browser_page(), &p, NULL, notebook_page++);
 	}
 #endif