[Pkg-cli-apps-commits] [SCM] Tomboy - desktop note taking program using Wiki style links branch, ubuntu, updated. debian/1.7.3-1ubuntu1-8-g7bfd11b

Iain Lane laney at debian.org
Tue Aug 23 22:42:37 UTC 2011


The following commit has been merged in the ubuntu branch:
commit 268e4a987b7f71ed4e588c9608a9bed4c5b0759c
Author: Iain Lane <laney at debian.org>
Date:   Tue Aug 23 22:55:33 2011 +0100

    Update 03_u1_as_default_sync to apply against new source

diff --git a/debian/patches/03_u1_as_default_sync.patch b/debian/patches/03_u1_as_default_sync.patch
index fb78539..e3e181d 100644
--- a/debian/patches/03_u1_as_default_sync.patch
+++ b/debian/patches/03_u1_as_default_sync.patch
@@ -1,13 +1,13 @@
-diff --git a/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.cs b/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.cs
-index 366c2dd..9535afd 100644
---- a/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.cs
-+++ b/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.cs
-@@ -93,6 +93,8 @@ namespace Tomboy.WebSync
+Index: tomboy/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.cs
+===================================================================
+--- tomboy.orig/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.cs	2011-08-23 22:46:32.000000000 +0100
++++ tomboy/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.cs	2011-08-23 22:51:52.665782607 +0100
+@@ -97,6 +97,8 @@
  			string serverPref;
  			Api.OAuth oauth;
  			GetConfigSettings (out oauth, out serverPref);
 +			if (string.IsNullOrEmpty (serverPref))
 +				serverPref = "https://one.ubuntu.com/notes/";
- 			prefsWidget = new WebSyncPreferencesWidget (oauth, serverPref);
+ 			prefsWidget = new WebSyncPreferencesWidget (oauth, serverPref, requiredPrefChanged);
  			return prefsWidget;
  		}

-- 
Tomboy - desktop note taking program using Wiki style links



More information about the Pkg-cli-apps-commits mailing list