tomboy r2304 - in trunk: . Tomboy
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r2304 - in trunk: . Tomboy
- Date: Sat, 31 Jan 2009 18:10:44 +0000 (UTC)
Author: sharm
Date: Sat Jan 31 18:10:44 2009
New Revision: 2304
URL: http://svn.gnome.org/viewvc/tomboy?rev=2304&view=rev
Log:
* tomboy/Tomboy/Tomboy.cs: Perform a full exit when the panel applet
quits. Previously, exit event wasn't being raised, leaving some
data was potentially unsaved.
Modified:
trunk/ChangeLog
trunk/Tomboy/Tomboy.cs
Modified: trunk/Tomboy/Tomboy.cs
==============================================================================
--- trunk/Tomboy/Tomboy.cs (original)
+++ trunk/Tomboy/Tomboy.cs Sat Jan 31 18:10:44 2009
@@ -84,6 +84,8 @@
am ["QuitTomboyAction"].Visible = false;
RegisterPanelAppletFactory ();
+ Logger.Log ("All done. Ciao!");
+ Exit (0);
} else {
RegisterSessionManagerRestart (
Environment.GetEnvironmentVariable ("TOMBOY_WRAPPER_PATH"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]