[tomboy] Fix incorrect opening the Url twice



commit a68e36da14ddd1d26040d2899f153e746e096219
Author: Max Lin <mlin novell com>
Date:   Tue Mar 1 17:44:23 2011 +0800

    Fix incorrect opening the Url twice
    
    Signed-off-by: Aaron Borden <adborden live com>

 Tomboy/PreferencesDialog.cs |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/Tomboy/PreferencesDialog.cs b/Tomboy/PreferencesDialog.cs
index 4180a72..d6c5a42 100644
--- a/Tomboy/PreferencesDialog.cs
+++ b/Tomboy/PreferencesDialog.cs
@@ -621,14 +621,6 @@ namespace Tomboy
 			Gtk.LinkButton get_more_link =
 				new Gtk.LinkButton ("http://live.gnome.org/Tomboy/PluginList";,
 				                    Catalog.GetString ("Get More Add-Ins..."));
-			get_more_link.Clicked += delegate(object sender, EventArgs args) {
-				string uri = ((Gtk.LinkButton) sender).Uri;
-				try {
-					Services.NativeApplication.OpenUrl (uri, Screen);
-				} catch (Exception e) {
-					GuiUtils.ShowOpeningLocationError (this, uri, e.Message);
-				}
-			};
 			get_more_link.Show ();
 			Gtk.VBox tree_box = new Gtk.VBox (false, 0);
 			tree_box.Add (sw);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]