Dominique Leuenberger
5894912668
Remove nonworking help button from gnome-session-properties ("Startup Applications") Now with correct upstream bug number! OBS-URL: https://build.opensuse.org/request/show/155770 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=168
25 lines
906 B
Diff
25 lines
906 B
Diff
From e9764e3db2696e282521c7f01dd460416f8e6ee0 Mon Sep 17 00:00:00 2001
|
|
From: Matthias Clasen <mclasen@redhat.com>
|
|
Date: Sat, 09 Feb 2013 18:15:57 +0000
|
|
Subject: Hide non-working help button
|
|
|
|
gnome-session-properties has a help button that points to
|
|
no-longer-exising docs. Hide it until new docs are
|
|
available.
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=658712
|
|
---
|
|
diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c
|
|
index 4270551..712b861 100644
|
|
--- a/capplet/gsm-properties-dialog.c
|
|
+++ b/capplet/gsm-properties-dialog.c
|
|
@@ -474,7 +474,6 @@ setup_dialog (GsmPropertiesDialog *dialog)
|
|
GtkTargetList *targetlist;
|
|
|
|
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
|
|
- GTK_STOCK_HELP, GTK_RESPONSE_HELP,
|
|
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
|
NULL);
|
|
|
|
--
|
|
cgit v0.9.0.2
|