[tomboy] Removed title highlighting during the note title conflict
- From: Jared L Jennings <jjennings src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tomboy] Removed title highlighting during the note title conflict
- Date: Mon, 18 Mar 2013 02:39:52 +0000 (UTC)
commit dee33c31d763d8cca951d7ad29fa9dc543600402
Author: Alex Tereschenko <frozen and blue gmail com>
Date: Sun Mar 10 15:53:37 2013 +0100
Removed title highlighting during the note title conflict
Now the title won't be selected after the "Note title taken" dialog to
prevent its removal if user hits Enter too fast in succession.
Signed-off-by: Jared Jennings <jared jaredjennings org>
Tomboy/Watchers.cs | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/Tomboy/Watchers.cs b/Tomboy/Watchers.cs
index d0d2f34..c2625f9 100644
--- a/Tomboy/Watchers.cs
+++ b/Tomboy/Watchers.cs
@@ -181,9 +181,6 @@ namespace Tomboy
void ShowNameClashError (string title)
{
- // Select text from TitleStart to TitleEnd
- Buffer.MoveMark (Buffer.SelectionBound, TitleStart);
- Buffer.MoveMark (Buffer.InsertMark, TitleEnd);
string message =
String.Format (Catalog.GetString ("A note with the title " +
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]