diff options
Diffstat (limited to '')
-rw-r--r-- | source/xap/electricsheep/electricsheep_gnome-open.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source/xap/electricsheep/electricsheep_gnome-open.patch b/source/xap/electricsheep/electricsheep_gnome-open.patch new file mode 100644 index 000000000..e86ec4952 --- /dev/null +++ b/source/xap/electricsheep/electricsheep_gnome-open.patch @@ -0,0 +1,13 @@ +--- electricsheep-20090107/electricsheep-preferences.c.orig 2009-01-07 14:36:30.000000000 +0100 ++++ electricsheep-20090107/electricsheep-preferences.c 2009-01-07 17:27:34.000000000 +0100 +@@ -115,8 +115,8 @@ + } + + void on_helpButton_clicked(GtkWidget *widget, gpointer user_data) { +- if (system("gnome-open http://electricsheep.org/client/LNX_" VERSION ".html &")) +- perror("gnome-open"); ++ if (system("xdg-open http://electricsheep.org/client/LNX_" VERSION ".html &")) ++ perror("xdg-open"); + } + + static void tick() { |