diff options
author | Rico Tzschichholz <[email protected]> | 2021-04-26 12:09:26 +0200 |
---|---|---|
committer | Rico Tzschichholz <[email protected]> | 2021-04-26 12:09:26 +0200 |
commit | 61f8fb8745fb19a2c5b6c9acdf90baa547dfdd4f (patch) | |
tree | 0e899db7b440b5e819cec855efc32d2f6640258f | |
parent | 58669c69235f1762849f1db7bfdd8ac536669350 (diff) |
-rw-r--r-- | src/ui/settings.vala | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ui/settings.vala b/src/ui/settings.vala index d4f65b2..f5f2570 100644 --- a/src/ui/settings.vala +++ b/src/ui/settings.vala @@ -47,18 +47,6 @@ namespace Synapse.Gui add_button_tooltip = _("Enable this plugin"); remove_button_tooltip = _("Disable this plugin"); - var help_button = new Gtk.Button (); - help_button.set_image ( - new Gtk.Image.from_stock (Gtk.Stock.HELP, - Gtk.IconSize.SMALL_TOOLBAR)); - help_button.set_tooltip_markup (_("About this plugin")); - help_button.clicked.connect (() => { - string id = Synapse.Utils.extract_type_name (pi.plugin_type); - string address = "http://synapse.zeitgeist-project.com/wiki/index.php?title=Plugins/%s". printf (id); - Synapse.Utils.open_uri (address); - }); - add_user_button (help_button); - if (pi.plugin_type.is_a (typeof (Synapse.Configurable))) { var config_button = new Gtk.Button (); |