Merge lp:~matias-wilkman/calendar-indicator/fix-typo-and-tautology into lp:calendar-indicator

Proposed by appas
Status: Approved
Approved by: Lorenzo Carbonell
Approved revision: 46
Proposed branch: lp:~matias-wilkman/calendar-indicator/fix-typo-and-tautology
Merge into: lp:calendar-indicator
Diff against target: 25 lines (+2/-2)
2 files modified
src/googlecalendarapi.py (+1/-1)
src/preferences_dialog.py (+1/-1)
To merge this branch: bzr merge lp:~matias-wilkman/calendar-indicator/fix-typo-and-tautology
Reviewer Review Type Date Requested Status
Lorenzo Carbonell Approve
Review via email: mp+264492@code.launchpad.net

Description of the change

Bugfix for #1394124 and a UI typo

To post a comment you must log in.
Revision history for this message
Lorenzo Carbonell (lorenzo-carbonell) :
review: Approve

Unmerged revisions

46. By appas

fix typo and tautology

45. By appas

fix window size (bug #1394124)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/googlecalendarapi.py'
2--- src/googlecalendarapi.py 2014-02-24 01:13:28 +0000
3+++ src/googlecalendarapi.py 2015-07-12 10:12:30 +0000
4@@ -562,7 +562,7 @@
5 #gc = GoogleCalendar(token_file = comun.TOKEN_FILE)
6 '''
7 print(gc.do_refresh_authorization())
8- if True and gc.access_token == None or gc.refresh_token == None:
9+ if gc.access_token == None or gc.refresh_token == None:
10 authorize_url = gc.get_authorize_url()
11 print(authorize_url)
12 ld = LoginDialog(authorize_url)
13
14=== modified file 'src/preferences_dialog.py'
15--- src/preferences_dialog.py 2014-04-13 19:36:25 +0000
16+++ src/preferences_dialog.py 2015-07-12 10:12:30 +0000
17@@ -130,7 +130,7 @@
18 table3.set_row_spacings(5)
19 frame3.add(table3)
20 #
21- label21 = Gtk.Label(_('Time between autommatic syncronizations (hours)')+':')
22+ label21 = Gtk.Label(_('Time between automatic syncronizations (hours)')+':')
23 label21.set_alignment(0,.5)
24 table3.attach(label21,0,1,0,1, xoptions = Gtk.AttachOptions.FILL, yoptions = Gtk.AttachOptions.SHRINK)
25 #

Subscribers

People subscribed via source and target branches

to all changes: