rpms/tomboy/devel no-start-here.patch,1.1,1.2

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Dec 19 01:48:24 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/tomboy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31164

Modified Files:
	no-start-here.patch 
Log Message:
Update patch


no-start-here.patch:

Index: no-start-here.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tomboy/devel/no-start-here.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- no-start-here.patch	20 Sep 2007 19:15:18 -0000	1.1
+++ no-start-here.patch	19 Dec 2007 01:48:09 -0000	1.2
@@ -1,17 +1,11 @@
-diff -up tomboy-0.8.0/Tomboy/NoteManager.cs.no-start-here tomboy-0.8.0/Tomboy/NoteManager.cs
---- tomboy-0.8.0/Tomboy/NoteManager.cs.no-start-here	2007-08-14 05:11:25.000000000 -0400
-+++ tomboy-0.8.0/Tomboy/NoteManager.cs	2007-09-20 15:13:50.000000000 -0400
-@@ -172,7 +172,12 @@ namespace Tomboy
- 								links_note_content);
- 				links_note.QueueSave (true);
+diff -up tomboy-0.9.2/Tomboy/NoteManager.cs.no-start-here tomboy-0.9.2/Tomboy/NoteManager.cs
+--- tomboy-0.9.2/Tomboy/NoteManager.cs.no-start-here	2007-12-17 16:18:57.000000000 -0500
++++ tomboy-0.9.2/Tomboy/NoteManager.cs	2007-12-18 20:47:25.000000000 -0500
+@@ -184,7 +184,6 @@ public NoteManager (string directory) :
  				
+ 				Note tag_note = Create (Catalog.GetString ("Tags in Tomboy"),tags_note_content);
+ 				tag_note.QueueSave(true);
 -				start_note.Window.Show ();
-+                                /* Don't show the start_note on first run
-+                                   since Tomboy is started in the default
-+                                   GNOME panel.
-+                                   start_note.Window.Show ();
-+                                 */
-+	
  			} catch (Exception e) {
  				Logger.Warn ("Error creating start notes: {0}\n{1}",
- 						e.Message, e.StackTrace);
+ 				             e.Message, e.StackTrace);




More information about the fedora-extras-commits mailing list