blam r575 - trunk/src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r575 - trunk/src
- Date: Mon,  5 May 2008 18:15:37 +0100 (BST)
Author: cmartin
Date: Mon May  5 17:15:36 2008
New Revision: 575
URL: http://svn.gnome.org/viewvc/blam?rev=575&view=rev
Log:
Don't run running() on Unregister() because it segfaults.
commit message for your changes.
Modified:
   trunk/src/DBus.cs
Modified: trunk/src/DBus.cs
==============================================================================
--- trunk/src/DBus.cs	(original)
+++ trunk/src/DBus.cs	Mon May  5 17:15:36 2008
@@ -47,10 +47,10 @@
 
         public void Unregister()
         {
-            if(running()){
+            //if(running()){
                 bus.Unregister(obj_path);
                 bus.ReleaseName(bus_name);
-            }
+            //}
         }
 
         public static bool running()
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]