blam r577 - trunk/src



Author: cmartin
Date: Fri May  9 14:00:07 2008
New Revision: 577
URL: http://svn.gnome.org/viewvc/blam?rev=577&view=rev

Log:
Add the OpenLink() method for the ctx menu.


Modified:
   trunk/src/Application.cs

Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs	(original)
+++ trunk/src/Application.cs	Fri May  9 14:00:07 2008
@@ -293,6 +293,11 @@
             clip.Text = itemView.Widget.LinkMessage;
         }
 
+        void OpenLink(object o, EventArgs args)
+        {
+            Gnome.Url.Show(itemView.Widget.LinkMessage);
+        }
+
         private void ChannelSelected(Channel channel)
         {
             if (channel == null) {



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