← Back to team overview

gtg team mailing list archive

[Bug 549539] Re: "schedule for" submenu functionality broken in 0.2

 

This bug was fixed in the package gtg - 0.2.3-1ubuntu1

---------------
gtg (0.2.3-1ubuntu1) lucid; urgency=low

  * Cherrypick patches from upcoming 0.2.4 branch:
    - Commit 655: Re-add "schedule for" submenu
      (LP: #522470)
    - Commit 673: Export plugin doesn't hang if no templates are found
      (LP: #531909)
    - Commit 677: Restore hello_world plugin glade file
      (LP: #530256)
    - Commit 678: Fix variable reference in taskbrowser
      (LP: #544233)
    - Commit 683: Fix "schedule for" submenu date handling
      (LP: #549539)
    - Commit 685: Only launch hyperlinks on left click
      (LP: #514922)
 -- Bryce Harrington <bryce@xxxxxxxxxx>   Thu, 08 Apr 2010 16:46:53 -0700

** Changed in: gtg (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
"schedule for" submenu functionality broken in 0.2
https://bugs.launchpad.net/bugs/549539
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Fix Committed
Status in “gtg” package in Ubuntu: Fix Released

Bug description:

Setting XDG vars to use default dataset.

(gtg:13607): ClutterX11-CRITICAL **: Display connection already exists. You can only call clutter_x11_set_display() before clutter_init()

(gtg:13607): ClutterX11-WARNING **: clutter_x11_disable_event_retrieval() can only be called before clutter_init()
Traceback (most recent call last):
  File "/home/luca/Projects/gtg/0.2/GTG/taskbrowser/browser.py", line 1591, in on_schedule_for_tomorrow
    self.update_start_date(widget, "tomorrow")
  File "/home/luca/Projects/gtg/0.2/GTG/taskbrowser/browser.py", line 1582, in update_start_date
    task.set_start_date(self.get_canonical_date(new_start_date))
  File "/home/luca/Projects/gtg/0.2/GTG/taskbrowser/browser.py", line 825, in get_canonical_date
    if date == no_date:
  File "/home/luca/Projects/gtg/0.2/GTG/tools/dates.py", line 31, in __cmp__
    return cmp(self.to_py_date(), other.to_py_date())
AttributeError: 'str' object has no attribute 'to_py_date'





References