[tomboy] Correct typing in timestamp formatted text



commit e753a550003f8c63107b4eaacb9a649a98a31fd7
Author: Stefan Schweizer <steve schweizer gmail com>
Date:   Tue May 11 18:22:23 2010 +0200

    Correct typing in timestamp formatted text
    
    The timestamp tag can now grow (bgo#612755).

 Tomboy/NoteTag.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/NoteTag.cs b/Tomboy/NoteTag.cs
index 1baf4aa..97fd45a 100644
--- a/Tomboy/NoteTag.cs
+++ b/Tomboy/NoteTag.cs
@@ -572,12 +572,12 @@ namespace Tomboy
 			tag.Editable = false;
 			Add (tag);
 
-			// Used when inserting dropped URLs/text to Start Here
 			tag = new NoteTag ("datetime");
 			tag.Scale = Pango.Scale.Small;
 			tag.Style = Pango.Style.Italic;
 			tag.PaletteForeground =
 			        ContrastPaletteColor.Grey;
+			tag.CanGrow = true;
 			Add (tag);
 
 			// Font sizes



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