summaryrefslogtreecommitdiffstats
path: root/editors/p5-Padre/files/patch-lib_Padre_Wx.pm
blob: f966052104357444697b4023d2ecd7f9ec4a035b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

$FreeBSD$

--- lib/Padre/Wx.pm.orig
+++ lib/Padre/Wx.pm
@@ -67,6 +67,7 @@
 
 sub launch_browser {
 	require Padre::Task::LaunchDefaultBrowser;
+	Wx::LaunchDefaultBrowser( $_[0] ); return 1;
 	Padre::Task::LaunchDefaultBrowser->new(
 		url => $_[0],
 	)->schedule;
OpenPOWER on IntegriCloud