blam r577 - trunk/src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r577 - trunk/src
- Date: Fri,  9 May 2008 15:00:07 +0100 (BST)
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]