You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/electricsheep/files/electricsheep-xdg-utils.patch

16 lines
556 B

Index: client/electricsheep-preferences.c
===================================================================
--- client/electricsheep-preferences.c (revision 1257)
+++ client/electricsheep-preferences.c (working copy)
@@ -121,8 +121,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() {