reassign 738195 gnome-do
tags 738195 +patch
thanks

I also went over all plugins and the 'about' button opens the parked
domain, or doesn't do anything (if no url is specified to the plugin).

Here's a patch (against gnome-do) that simply removes the 'about'
button (in the simplest manner, not adding it to a container).


        Fred
Index: gnome-do-0.95.3/Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs
===================================================================
--- gnome-do-0.95.3.orig/Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs
+++ gnome-do-0.95.3/Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs
@@ -119,7 +119,6 @@ namespace Do.UI
 			this.btn_about.UseStock = true;
 			this.btn_about.UseUnderline = true;
 			this.btn_about.Label = "gtk-about";
-			this.hbuttonbox2.Add (this.btn_about);
 			global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btn_about]));
 			w11.Expand = false;
 			w11.Fill = false;

Reply via email to