changeset 7920:74b03db5ba4f

[gaim-migrate @ 8587] seriously, what indentation scheme were these people brought up on? committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 23 Dec 2003 14:41:33 +0000
parents 94ff979bdd9f
children c3dc33bb94dc
files src/gtknotify.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtknotify.c	Tue Dec 23 14:30:09 2003 +0000
+++ b/src/gtknotify.c	Tue Dec 23 14:41:33 2003 +0000
@@ -412,7 +412,7 @@
 			command = g_strdup_printf("opera \"%s\"", uri);
 	} else if (!strcmp(web_browser, "kfmclient")) {
 		command = g_strdup_printf("kfmclient openURL \"%s\"", uri);
-	}	else if (!strcmp(web_browser, "galeon")) {
+	} else if (!strcmp(web_browser, "galeon")) {
 		if (gaim_prefs_get_bool("/gaim/gtk/browsers/new_window"))
 			command = g_strdup_printf("galeon -w \"%s\"", uri);
 		else
@@ -421,7 +421,7 @@
 		command = g_strdup_printf("mozilla \"%s\"", uri);
 	} else if (!strcmp(web_browser, "mozilla-firebird")) {
 		command = g_strdup_printf("mozilla-firebird \"%s\"", uri);
-	}	else if (!strcmp(web_browser, "custom")) {
+	} else if (!strcmp(web_browser, "custom")) {
 		const char *web_command;
 
 		web_command = gaim_prefs_get_string("/gaim/gtk/browsers/command");