brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Can't open a picture #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Jbrout
2. Select a picture
3. Open it...

What is the expected output? What do you see instead?
See the picture in full screen mode

Traceback (most recent call last):
   File "/usr/lib/jbrout/jbrout.py", line 1767, in on_selecteur_mouseClick
    w=WinShow(l,i,isInfo,isModify)
   File "jbrout/libs/gladeapp.py", line 125, in __init__
   File "jbrout/jbrout/winshow.py", line 90, in init
 AttributeError: WinShow instance has no attribute 'toolbar'

What version of the product are you using? On what operating system?
3.139 Ubuntu 8.10

Please provide any additional information below.
seems to happen with every picture whatever the camera

Original issue reported on code.google.com by gautier....@gmail.com on 7 Jan 2009 at 5:11

GoogleCodeExporter commented 9 years ago
i just updated to 3.139 today and i also have the same issue i am also running 
8.10
and get the same error message when double clicking on any picture.

Original comment by passthek...@gmail.com on 7 Jan 2009 at 1:14

GoogleCodeExporter commented 9 years ago

Original comment by manat...@gmail.com on 7 Jan 2009 at 1:17

GoogleCodeExporter commented 9 years ago
if you comment both lines
90 : self.toolbar.set_style(gtk.TOOLBAR_ICONS)
114 : self.toolbar.insert(bb, 3)
in winshow.py, it works...

Mais elles n'ont pas dû atterrir ici par hasard!

Original comment by gautier....@gmail.com on 8 Jan 2009 at 5:02

GoogleCodeExporter commented 9 years ago
corrected in rev 140, it was a regression due to glade3 which has renamed some 
objects ?!

Original comment by manat...@gmail.com on 8 Jan 2009 at 10:08