summaryrefslogtreecommitdiff
path: root/libre/xchat-libre/no-firefox.patch
blob: f1ecd6631798f51226e65eebaa5d11b4c311f989 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xchat-2.8.8/src/fe-gtk/fe-gtk.c_orig	2011-06-02 04:25:03.386077554 +0200
+++ xchat-2.8.8/src/fe-gtk/fe-gtk.c	2011-06-02 04:25:14.959410608 +0200
@@ -956,7 +956,7 @@
 	}
 
 	/* everything failed, what now? just try firefox */
-	if (try_browser ("firefox", NULL, url))
+	if (try_browser ("iceweasel", NULL, url))
 		return;
 
 	/* fresh out of ideas... */