← Back to team overview

gnome-zeitgeist team mailing list archive

[Bug 505475] Re: Gtk error attempting to start activity journal

 

The set_upper is useless at the moment so I am removing it from my
branch here: https://code.launchpad.net/~email-tehk/gnome-activity-
journal/various-adjustments

Once search code gets pushed in, the updates to calendar should make it
into trunk

-- 
Gtk error attempting to start activity journal
https://bugs.launchpad.net/bugs/505475
You received this bug notification because you are a member of GNOME
Zeitgeist, which is the registrant for GNOME Activity Journal.

Status in GNOME Activity Journal: New

Bug description:
Running on Ubuntu 9.04 at revision tehk@tehk-desktop-20100110025722-8lnle8j794alfp5m

When attempting to start the activity journal gui I get the following errors:

Using the "zeitgeist" module from /home/matt/zeitgeist/zeitgeist/zeitgeist
Using the "fungtk" module from /home/matt/zeitgeist/fungtk/fungtk
Traceback (most recent call last):
  File "/home/matt/zeitgeist/gnome-activity-journal/gnome-activity-journal", line 79, in <module>
    from src.main import Portal
  File "/home/matt/zeitgeist/gnome-activity-journal/src/main.py", line 29, in <module>
    from view import ActivityView
  File "/home/matt/zeitgeist/gnome-activity-journal/src/view.py", line 25, in <module>
    from timelinewidget.calview import cal
  File "/home/matt/zeitgeist/gnome-activity-journal/src/timelinewidget/calview.py", line 329, in <module>
    cal = CalendarWidget()
  File "/home/matt/zeitgeist/gnome-activity-journal/src/timelinewidget/calview.py", line 307, in __init__
    self.adjustment.set_upper(self.calendar.max_width)
AttributeError: 'gtk.Adjustment' object has no attribute 'set_upper'


The gui was working fine as of a few days ago (but I did not check the specific revision).





References