blam r639 - in trunk: . src



Author: cmartin
Date: Sun Sep 14 21:16:21 2008
New Revision: 639
URL: http://svn.gnome.org/viewvc/blam?rev=639&view=rev

Log:
Expose channelList through ChannelList

Modified:
   trunk/ChangeLog
   trunk/src/Application.cs

Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs	(original)
+++ trunk/src/Application.cs	Sun Sep 14 21:16:21 2008
@@ -128,6 +128,12 @@
             }
         }
 
+        public ChannelList ChannelList {
+            get {
+                return channelList;
+            }
+        }
+
 		public ThemeManager ThemeManager {
 			get {
 				return mThemeManager;



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