tasque r86 - in trunk: . src



Author: jjohnny
Date: Fri Jul  4 12:46:01 2008
New Revision: 86
URL: http://svn.gnome.org/viewvc/tasque?rev=86&view=rev

Log:
Fix for Bug #541190.  If tasque finds another instance running, exit with 0 instead of -1.


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

Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs	(original)
+++ trunk/src/Application.cs	Fri Jul  4 12:46:01 2008
@@ -175,7 +175,7 @@
 					} catch {}
 
 					Logger.Debug ("Tasque is already running.  Exiting...");
-					System.Environment.Exit (-1);
+					System.Environment.Exit (0);
 				}
 			} catch (Exception e) {
 				Logger.Debug ("Tasque remote control disabled (DBus exception): {0}",



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