tomboy r1753 - in trunk: . Tomboy/Notebooks
- From: btimothy svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r1753 - in trunk: . Tomboy/Notebooks
- Date: Tue, 8 Jan 2008 18:38:25 +0000 (GMT)
Author: btimothy
Date: Tue Jan 8 18:38:24 2008
New Revision: 1753
URL: http://svn.gnome.org/viewvc/tomboy?rev=1753&view=rev
Log:
2008-01-08 Boyd Timothy <btimothy gmail com>
* Tomboy/Notebooks/NotebookManager.cs: Set the default
response to "No" when deleting a notebook (much safer
this way).
Modified:
trunk/ChangeLog
trunk/Tomboy/Notebooks/NotebookManager.cs
Modified: trunk/Tomboy/Notebooks/NotebookManager.cs
==============================================================================
--- trunk/Tomboy/Notebooks/NotebookManager.cs (original)
+++ trunk/Tomboy/Notebooks/NotebookManager.cs Tue Jan 8 18:38:24 2008
@@ -321,6 +321,7 @@
"The notes that belong to this notebook will not be " +
"deleted, but they will no longer be associated with " +
"this notebook. This action cannot be undone."));
+ dialog.DefaultResponse = Gtk.ResponseType.No;
int response = dialog.Run ();
dialog.Destroy ();
if (response != (int) Gtk.ResponseType.Yes)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]