~ubuntu-branches/ubuntu/wily/tomboy/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/02_sync_save_button_sensitive.patch

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2013-02-04 13:11:52 UTC
  • mfrom: (4.4.14 sid)
  • Revision ID: package-import@ubuntu.com-20130204131152-fv902dic25x5v3rb
Tags: 1.12.0-1ubuntu2
* debian/patches/02_sync_save_button_sensitive.patch:
* debian/patches/03_u1_as_default_sync.patch:
* debian/patches/05_add_start_u1_note.patch:
* debian/patches/06_use_ubuntu_sso.patch:
  - Remove patches to default to Ubuntu One for notes sync. (LP: #1115460)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Ensure the save button is sensitive when setting up WebSync. 
2
 
This is a work around, but gets us back to where we were in Natty.  Upstream 
3
 
relies on the entries changing to set the button sensitive, however we 
4
 
pre-populate the fields with ubuntuone settings.  If these don't get changed 
5
 
the user can not save the settings even after successful auth.  Ideally it
6
 
should become sensitive when Auth.IsAccessToken becomes true.  
7
 
Author: Ken VanDine <ken.vandine@ubuntu.com>
8
 
Bug-Ubuntu: https://launchpad.net/bugs/845321
9
 
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=473332
10
 
Forwarded: not-needed
11
 
 
12
 
=== modified file 'Tomboy/PreferencesDialog.cs'
13
 
Index: tomboy/Tomboy/PreferencesDialog.cs
14
 
===================================================================
15
 
--- tomboy.orig/Tomboy/PreferencesDialog.cs     2012-05-03 21:16:57.692547228 +0100
16
 
+++ tomboy/Tomboy/PreferencesDialog.cs  2012-05-03 21:17:00.604547100 +0100
17
 
@@ -1113,7 +1113,7 @@
18
 
                                        syncAddinPrefsContainer.PackStart (syncAddinPrefsWidget, false, false, 0);
19
 
 
20
 
                                        resetSyncAddinButton.Sensitive = false;
21
 
-                                       saveSyncAddinButton.Sensitive = false;
22
 
+                                       saveSyncAddinButton.Sensitive = true;
23
 
                                }
24
 
                        } else {
25
 
                                selectedSyncAddin = null;