Donkyhotay / pgu

Automatically exported from code.google.com/p/pgu
GNU Lesser General Public License v2.1
0 stars 0 forks source link

"clean" theme crashes: StyleError 'font' for 'dialog.title.label' #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run "test.py" (attached) with PGU_THEME="clean" style

What is the expected output? What do you see instead?
The program crashes with:
""" 
pgu.gui.errors.StyleError: Cannot find the style attribute 'font' for 
'dialog.title.label'
"""

With the "default" theme, the program starts just fine.

What version of the product are you using? On what operating system?
pgu from svn r41.  Debian GNU/Linux Wheezy, but I suspect the issue is OS 
independent.

Original issue reported on code.google.com by NThykier@gmail.com on 7 Dec 2012 at 2:17

Attachments:

GoogleCodeExporter commented 9 years ago
I believe the attached patch solves the problem (at least my crash is gone with 
this).

Original comment by NThykier@gmail.com on 18 Dec 2012 at 11:15

Attachments:

GoogleCodeExporter commented 9 years ago
Added missing style section. Fix is in repository.

Original comment by peter.ro...@gmail.com on 25 Dec 2012 at 3:55