← Back to team overview

gtg team mailing list archive

[Merge] lp:~saurabhanandiit/gtg/export into lp:gtg

 

Saurabh Anand has proposed merging lp:~saurabhanandiit/gtg/export into lp:gtg.

Requested reviews:
  Gtg developers (gtg)

For more details, see:
https://code.launchpad.net/~saurabhanandiit/gtg/export/+merge/100328

This will fix the empty window after closing the export task plugin window.
-- 
https://code.launchpad.net/~saurabhanandiit/gtg/export/+merge/100328
Your team Gtg developers is requested to review the proposed merge of lp:~saurabhanandiit/gtg/export into lp:gtg.
=== modified file 'AUTHORS'
--- AUTHORS	2012-03-31 09:25:48 +0000
+++ AUTHORS	2012-04-01 10:28:26 +0000
@@ -103,3 +103,4 @@
 * Anant Gupta <anant718@xxxxxxxxxxx>
 * Marta Maria Casetti <mmcasetti@xxxxxxxxx>
 * Song Yangyu <flyfy1@xxxxxxxxx>
+* Saurabh Anand <saurabhanandiit@xxxxxxxxx>
\ No newline at end of file

=== modified file 'CHANGELOG'
--- CHANGELOG	2012-04-01 08:22:34 +0000
+++ CHANGELOG	2012-04-01 10:28:26 +0000
@@ -1,4 +1,4 @@
-2012-0?-?? Getting Things GNOME! 0.3
+2012-04-01 Getting Things GNOME! 0.3
     * Hide tasks with due date someday, #931376
     * New Date class by Paul Kishimoto and Izidor Matušov
     * Urgency Color plugin by Wolter Hellmund
@@ -12,6 +12,7 @@
       * there is allowed whitespace after due: and others, i.e. "due: 2012-04-01" is parsed as a valid attribute
       * added start: which has the same meaning as defer:
     * Automatic restore a backup XML file if the original XML file could not be loaded
+	* Solved the empty window problem with the Export tasks plugin
 
 2012-02-13 Getting Things GNOME! 0.2.9
     * Big refractorization of code, now using liblarch

=== renamed directory 'GTG' => 'GTG.moved'
=== modified file 'GTG.moved/plugins/export/export.py'
--- GTG/plugins/export/export.py	2012-03-26 22:14:55 +0000
+++ GTG.moved/plugins/export/export.py	2012-04-01 10:28:26 +0000
@@ -227,6 +227,7 @@
 
     def __gtk_hide(self, sender = None, data = None):
         self.export_dialog.hide()
+		return True
 
     def __on_combo_changed(self, widget = None):
         if self.load_template():


Follow ups