# HG changeset patch # User Nathan Walp # Date 1072190493 0 # Node ID 74b03db5ba4fb16e2b226a2ed108d4a397615c03 # Parent 94ff979bdd9f01027a5c623bf2c9b34170111e05 [gaim-migrate @ 8587] seriously, what indentation scheme were these people brought up on? committer: Tailor Script diff -r 94ff979bdd9f -r 74b03db5ba4f src/gtknotify.c --- 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");