GTG

Merge lp:~nimit-svnit/gtg/bug-1025575 into lp:~gtg/gtg/old-trunk

Proposed by Nimit Shah
Status: Rejected
Rejected by: Izidor Matušov
Proposed branch: lp:~nimit-svnit/gtg/bug-1025575
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 24 lines (+2/-1)
2 files modified
CHANGELOG (+1/-0)
GTG/gtk/browser/modifytags_dialog.py (+1/-1)
To merge this branch: bzr merge lp:~nimit-svnit/gtg/bug-1025575
Reviewer Review Type Date Requested Status
Izidor Matušov Pending
Review via email: mp+115316@code.launchpad.net

Description of the change

Replaced task.sync() in modifytags_dialog with task.modified to solve bug#1025575

To post a comment you must log in.
Revision history for this message
Izidor Matušov (izidor) wrote :

Closing as "Rejected", bug was marked as "Invalid". Feel free to reopen it.

Unmerged revisions

1210. By Nimit Shah

Replaced task.sync() on line 95 with task.modified() in modifytags_dialog to solve bug:1025575

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CHANGELOG'
2--- CHANGELOG 2012-07-13 17:24:28 +0000
3+++ CHANGELOG 2012-07-17 11:17:30 +0000
4@@ -30,6 +30,7 @@
5 * User documentation for GTG, written by Radina Matic, integrated in GTG by Bertrand Rousseau
6 * It is not possible to add another instance of local file synchronization service
7 * Fixes for bugs #906516, #1002160 (task urgency color plugin), by Wolter Hellmund
8+ * Fix for bug #1025575 by Nimit Shah
9
10 2012-02-13 Getting Things GNOME! 0.2.9
11 * Big refractorization of code, now using liblarch
12
13=== modified file 'GTG/gtk/browser/modifytags_dialog.py'
14--- GTG/gtk/browser/modifytags_dialog.py 2012-05-23 08:55:31 +0000
15+++ GTG/gtk/browser/modifytags_dialog.py 2012-07-17 11:17:30 +0000
16@@ -92,7 +92,7 @@
17 task.add_tag(tag)
18 else:
19 task.remove_tag(tag)
20- task.sync()
21+ task.modified()
22
23 # Rember the last actions
24 self.last_tag_entry = self.tag_entry.get_text()

Subscribers

People subscribed via source and target branches

to status/vote changes: