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

2010-01-20 Thread Siegfried Gevatter
** Changed in: gnome-activity-journal
Milestone: None = 0.3.2

** Changed in: gnome-activity-journal
   Status: Fix Committed = Fix Released

-- 
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 Team, which is the registrant for GNOME Activity Journal.

Status in GNOME Activity Journal: Fix Released

Bug description:
Running on Ubuntu 9.04 at revision 
t...@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).



___
Mailing list: https://launchpad.net/~gnome-zeitgeist
Post to : gnome-zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~gnome-zeitgeist
More help   : https://help.launchpad.net/ListHelp


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

2010-01-10 Thread tehk
Gtk Adjustments do have a set_upper method. So I am not sure.
http://www.pygtk.org/docs/pygtk/class-gtkadjustment.html#method-
gtkadjustment--set-upper

What version of gtk do you have?

-- 
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 
t...@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).



___
Mailing list: https://launchpad.net/~gnome-zeitgeist
Post to : gnome-zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~gnome-zeitgeist
More help   : https://help.launchpad.net/ListHelp


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

2010-01-10 Thread tehk
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 
t...@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).



___
Mailing list: https://launchpad.net/~gnome-zeitgeist
Post to : gnome-zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~gnome-zeitgeist
More help   : https://help.launchpad.net/ListHelp


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

2010-01-10 Thread Matt Mueller
Gtk 2.16.1 (ubuntu-specific package)

Python-gtk 2.14.1 (also ubuntu-specific package I believe)

Let me know if you want me to pull your branch and give it a whirl.

-- 
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 
t...@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).



___
Mailing list: https://launchpad.net/~gnome-zeitgeist
Post to : gnome-zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~gnome-zeitgeist
More help   : https://help.launchpad.net/ListHelp