rpms/tomboy/devel no-start-here.patch, NONE, 1.1 tomboy.spec, 1.58, 1.59

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Sep 20 19:15:51 UTC 2007


Author: mclasen

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

Modified Files:
	tomboy.spec 
Added Files:
	no-start-here.patch 
Log Message:
don't show start here on login


no-start-here.patch:

--- NEW FILE no-start-here.patch ---
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);
 				
-				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);


Index: tomboy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomboy/devel/tomboy.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- tomboy.spec	17 Sep 2007 17:00:29 -0000	1.58
+++ tomboy.spec	20 Sep 2007 19:15:18 -0000	1.59
@@ -1,6 +1,6 @@
 Name:           tomboy
 Version:        0.8.0
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:        Tomboy is a desktop note-taking application for Linux and Unix
 
 Group:          User Interface/Desktops
@@ -11,6 +11,7 @@
 URL:            http://www.beatniksoftware.com/tomboy/
 Source0:        http://download.gnome.org/sources/tomboy/0.7/%{name}-%{version}.tar.bz2
 Patch1:         tomboy-wrapper.patch
+Patch2:		no-start-here.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -46,6 +47,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .wrapper
+%patch2 -p1 -b .no-start-here
 
 %build
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
@@ -118,6 +120,9 @@
 
 
 %changelog
+* Thu Sep 20 2007 Matthias Clasen <mclasen at redhat.com> - 0.8.0-2
+- Don't show the start here note on login
+
 * Mon Sep 17 2007 Matthias Clasen <mclasen at redhat.com> - 0.8.0-1
 - Update to 0.8.0
 




More information about the scm-commits mailing list