blam r548 - in trunk: lib src



Author: cmartin
Date: Sat Apr 19 21:39:10 2008
New Revision: 548
URL: http://svn.gnome.org/viewvc/blam?rev=548&view=rev

Log:
Add a handler for Client.Die.


Modified:
   trunk/lib/RSSFeed.cs
   trunk/src/Application.cs

Modified: trunk/lib/RSSFeed.cs
==============================================================================
--- trunk/lib/RSSFeed.cs	(original)
+++ trunk/lib/RSSFeed.cs	Sat Apr 19 21:39:10 2008
@@ -54,9 +54,9 @@
             Channel[0].Title = feed.Channel[0].Title;
             Channel[0].Description = feed.Channel[0].Description;
             Channel[0].Link = feed.Channel[0].Link;
-            
+
             Channel[0].Item = new RSSItem[feed.Item.Length];
-            
+
             for(int i = 0; i < feed.Item.Length; ++i){
                 Channel[0].Item[i] = new RSSItem();
                 Channel[0].Item[i].Title = feed.Item[i].Title;

Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs	(original)
+++ trunk/src/Application.cs	Sat Apr 19 21:39:10 2008
@@ -127,6 +127,7 @@
             
             Gnome.Client client = new Gnome.Client();
             client.SaveYourself += SaveMyself;
+            client.Die += QuitActivated;
 
             Proxy.InitProxy ();
             Utils.GeckoInit ();



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