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
=== modified file 'src/googlecalendarapi.py'
--- src/googlecalendarapi.py 2014-02-24 01:13:28 +0000
+++ src/googlecalendarapi.py 2015-07-12 10:12:30 +0000
@@ -562,7 +562,7 @@
562 #gc = GoogleCalendar(token_file = comun.TOKEN_FILE)562 #gc = GoogleCalendar(token_file = comun.TOKEN_FILE)
563 '''563 '''
564 print(gc.do_refresh_authorization())564 print(gc.do_refresh_authorization())
565 if True and gc.access_token == None or gc.refresh_token == None:565 if gc.access_token == None or gc.refresh_token == None:
566 authorize_url = gc.get_authorize_url()566 authorize_url = gc.get_authorize_url()
567 print(authorize_url)567 print(authorize_url)
568 ld = LoginDialog(authorize_url)568 ld = LoginDialog(authorize_url)
569569
=== modified file 'src/preferences_dialog.py'
--- src/preferences_dialog.py 2014-04-13 19:36:25 +0000
+++ src/preferences_dialog.py 2015-07-12 10:12:30 +0000
@@ -130,7 +130,7 @@
130 table3.set_row_spacings(5)130 table3.set_row_spacings(5)
131 frame3.add(table3)131 frame3.add(table3)
132 #132 #
133 label21 = Gtk.Label(_('Time between autommatic syncronizations (hours)')+':')133 label21 = Gtk.Label(_('Time between automatic syncronizations (hours)')+':')
134 label21.set_alignment(0,.5)134 label21.set_alignment(0,.5)
135 table3.attach(label21,0,1,0,1, xoptions = Gtk.AttachOptions.FILL, yoptions = Gtk.AttachOptions.SHRINK)135 table3.attach(label21,0,1,0,1, xoptions = Gtk.AttachOptions.FILL, yoptions = Gtk.AttachOptions.SHRINK)
136 #136 #

Subscribers

People subscribed via source and target branches

to all changes: