blam r631 - trunk/src



Author: cmartin
Date: Sun Sep  7 14:40:57 2008
New Revision: 631
URL: http://svn.gnome.org/viewvc/blam?rev=631&view=rev

Log:
Change another function to IChannel.

Modified:
   trunk/src/ChannelList.cs

Modified: trunk/src/ChannelList.cs
==============================================================================
--- trunk/src/ChannelList.cs	(original)
+++ trunk/src/ChannelList.cs	Sun Sep  7 14:40:57 2008
@@ -343,7 +343,7 @@
                                         TreePath  path,
                                         TreeIter  iter)
         {
-            Channel channel = (Channel)model.GetValue(iter, 0);
+            IChannel channel = model.GetValue(iter, 0) as IChannel;
             if (channel == findChannel) {
                 foundIter = iter;
                 return true;



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