blam r554 - trunk/src



Author: cmartin
Date: Sun Apr 20 11:24:03 2008
New Revision: 554
URL: http://svn.gnome.org/viewvc/blam?rev=554&view=rev

Log:
Actually connect the GNOME client to the session.


Modified:
   trunk/src/Application.cs

Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs	(original)
+++ trunk/src/Application.cs	Sun Apr 20 11:24:03 2008
@@ -127,6 +127,7 @@
             messageConn.SetCallback (mIpcHandler);
             
             client = new Gnome.Client();
+            client.Connect();
             client.SaveYourself += SaveMyself;
             client.Die += QuitActivated;
             client.RestartStyle = RestartStyle.IfRunning;



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