From b62310d5234ff4aded8d10384e1068de70d0e1ef Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 11 Apr 2011 03:47:55 +0300 Subject: renamed: electricsheep/electricsheep-9999-xdg-utils.patch -> electricsheep/files/electricsheep-9999-xdg-utils.patch --- x11-misc/electricsheep/electricsheep-9999-xdg-utils.patch | 15 --------------- .../files/electricsheep-9999-xdg-utils.patch | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 x11-misc/electricsheep/electricsheep-9999-xdg-utils.patch create mode 100644 x11-misc/electricsheep/files/electricsheep-9999-xdg-utils.patch (limited to 'x11-misc') diff --git a/x11-misc/electricsheep/electricsheep-9999-xdg-utils.patch b/x11-misc/electricsheep/electricsheep-9999-xdg-utils.patch deleted file mode 100644 index 4ca3815..0000000 --- a/x11-misc/electricsheep/electricsheep-9999-xdg-utils.patch +++ /dev/null @@ -1,15 +0,0 @@ -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() { diff --git a/x11-misc/electricsheep/files/electricsheep-9999-xdg-utils.patch b/x11-misc/electricsheep/files/electricsheep-9999-xdg-utils.patch new file mode 100644 index 0000000..4ca3815 --- /dev/null +++ b/x11-misc/electricsheep/files/electricsheep-9999-xdg-utils.patch @@ -0,0 +1,15 @@ +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() { -- cgit v1.2.3