tomboy r1887 - in trunk: . Tomboy
- From: kkubasik svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r1887 - in trunk: . Tomboy
- Date: Sat, 23 Feb 2008 07:41:59 +0000 (GMT)
Author: kkubasik
Date: Sat Feb 23 07:41:58 2008
New Revision: 1887
URL: http://svn.gnome.org/viewvc/tomboy?rev=1887&view=rev
Log:
Fix bug # 507493: Notes with tags are recreated by a QueueSave.
Modified:
trunk/ChangeLog
trunk/Tomboy/Note.cs
Modified: trunk/Tomboy/Note.cs
==============================================================================
--- trunk/Tomboy/Note.cs (original)
+++ trunk/Tomboy/Note.cs Sat Feb 23 07:41:58 2008
@@ -438,6 +438,8 @@
window.Hide ();
window.Destroy ();
}
+
+
// Remove note URI from GConf entry menu_pinned_notes
IsPinned = false;
@@ -560,7 +562,8 @@
// Replace the existing save timeout. Wait 4 seconds
// before saving...
save_timeout.Reset (4000);
- save_needed = true;
+ if (!is_deleting)
+ save_needed = true;
switch (changeType)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]