Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 339463 | Differences between
and this patch

Collapse All | Expand All

(-)client/electricsheep-preferences.c (-2 / +2 lines)
Lines 121-128 Link Here
121
}
121
}
122
122
123
void on_helpButton_clicked(GtkWidget *widget, gpointer user_data) {
123
void on_helpButton_clicked(GtkWidget *widget, gpointer user_data) {
124
    if (system("gnome-open http://electricsheep.org/client/LNX_" VERSION ".html &"))
124
    if (system("xdg-open http://electricsheep.org/client/LNX_" VERSION ".html &"))
125
	perror("gnome-open");
125
	perror("xdg-open");
126
}
126
}
127
127
128
static void tick() {
128
static void tick() {

Return to bug 339463