GTG

Merge lp:~saurabhanandiit/gtg/exportFixed into lp:~gtg/gtg/old-trunk

Proposed by Saurabh Anand
Status: Merged
Merged at revision: 1148
Proposed branch: lp:~saurabhanandiit/gtg/exportFixed
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 43 lines (+9/-0) (has conflicts)
3 files modified
AUTHORS (+4/-0)
CHANGELOG (+4/-0)
GTG/plugins/export/export.py (+1/-0)
Text conflict in AUTHORS
Text conflict in CHANGELOG
To merge this branch: bzr merge lp:~saurabhanandiit/gtg/exportFixed
Reviewer Review Type Date Requested Status
Izidor Matušov running, code Approve
Review via email: mp+100332@code.launchpad.net

Description of the change

This bug solves the empty window bug after closing the Export tasks plugin window.

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

Thanks for the patch

review: Approve (running, code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'AUTHORS'
--- AUTHORS 2012-03-31 09:25:48 +0000
+++ AUTHORS 2012-04-01 12:45:23 +0000
@@ -102,4 +102,8 @@
102* Steve Scheel <nmu.sscheel@gmail.com>102* Steve Scheel <nmu.sscheel@gmail.com>
103* Anant Gupta <anant718@hotmail.com>103* Anant Gupta <anant718@hotmail.com>
104* Marta Maria Casetti <mmcasetti@gmail.com>104* Marta Maria Casetti <mmcasetti@gmail.com>
105<<<<<<< TREE
105* Song Yangyu <flyfy1@gmail.com>106* Song Yangyu <flyfy1@gmail.com>
107=======
108* Saurabh Anand <saurabhanandiit@gmail.com>
109>>>>>>> MERGE-SOURCE
106110
=== modified file 'CHANGELOG'
--- CHANGELOG 2012-04-01 08:22:34 +0000
+++ CHANGELOG 2012-04-01 12:45:23 +0000
@@ -8,10 +8,14 @@
8 * Saved searches could have assigned color8 * Saved searches could have assigned color
9 * Stopped links from opening when accidently letting go of mouse button while selecting them, #823339, by Steve Scheel9 * Stopped links from opening when accidently letting go of mouse button while selecting them, #823339, by Steve Scheel
10 * Search through DBus10 * Search through DBus
11<<<<<<< TREE
11 * Small change to QuickAdd toolbar:12 * Small change to QuickAdd toolbar:
12 * there is allowed whitespace after due: and others, i.e. "due: 2012-04-01" is parsed as a valid attribute13 * there is allowed whitespace after due: and others, i.e. "due: 2012-04-01" is parsed as a valid attribute
13 * added start: which has the same meaning as defer:14 * added start: which has the same meaning as defer:
14 * Automatic restore a backup XML file if the original XML file could not be loaded15 * Automatic restore a backup XML file if the original XML file could not be loaded
16=======
17 * Solved the Empty window after closing the export tasks window problem
18>>>>>>> MERGE-SOURCE
1519
162012-02-13 Getting Things GNOME! 0.2.9202012-02-13 Getting Things GNOME! 0.2.9
17 * Big refractorization of code, now using liblarch21 * Big refractorization of code, now using liblarch
1822
=== modified file 'GTG/plugins/export/export.py'
--- GTG/plugins/export/export.py 2012-03-26 22:14:55 +0000
+++ GTG/plugins/export/export.py 2012-04-01 12:45:23 +0000
@@ -227,6 +227,7 @@
227227
228 def __gtk_hide(self, sender = None, data = None):228 def __gtk_hide(self, sender = None, data = None):
229 self.export_dialog.hide()229 self.export_dialog.hide()
230 return True
230231
231 def __on_combo_changed(self, widget = None):232 def __on_combo_changed(self, widget = None):
232 if self.load_template():233 if self.load_template():

Subscribers

People subscribed via source and target branches

to status/vote changes: