You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Cameron 58224cb15d Fix traceback when an icon name matches a GNOME theme icon
When an icon file name matches a GNOME theme icon;

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/sugar3/graphics/icon.py", line 214, in _get_attach_points
    cp.readfp(config_file)
  File "/usr/lib/python2.7/ConfigParser.py", line 324, in readfp
    self._read(fp, filename)
  File "/usr/lib/python2.7/ConfigParser.py", line 512, in _read
    raise MissingSectionHeaderError(fpname, lineno, line)
MissingSectionHeaderError: File contains no section headers.

Caused by reading a .png file as if it were config file, in turn
because the icon was expected by the toolkit to be .svg file type.

Regression introduced by f796638.

Fixes https://github.com/sugarlabs/activity-abacus/issues/16
6 years ago
..
Makefile.am Added new popwindow module in sugar3.graphics 8 years ago
__init__.py
alert.py Fix: TimeoutAlert response on Timeout 6 years ago
animator.py Fix typos in sugar3.graphics.animator docs 8 years ago
colorbutton.py Write documentation for sugar3.graphics.ColorToolButton 7 years ago
combobox.py Write documentation for sugar3.graphics.combobox 9 years ago
icon.py Fix traceback when an icon name matches a GNOME theme icon 6 years ago
iconentry.py Adapt to icon changes - SL #3569 12 years ago
menuitem.py demote warning to debug for sugar_accel_group 9 years ago
notebook.py Write docs for sugar3.graphics.notebook 9 years ago
objectchooser.py Add usage example to sugar3.graphics.objectchooser 9 years ago
palette.py Remove unused imports 6 years ago
palettegroup.py Fixes for pep8 1.5 10 years ago
palettemenu.py Fix documentation typo, SPCAING 8 years ago
palettewindow.py Further gi.require_version calls 8 years ago
panel.py Trivial GTK3 porting fixes 13 years ago
popwindow.py Added new popwindow module in sugar3.graphics 8 years ago
progressicon.py Write documentation for sugar3.graphics.ProgressIcon 7 years ago
radiopalette.py DescriptionButton, ShareButton: set the toggle_palette option to True 12 years ago
radiotoolbutton.py Write documentation for sugar3.graphics.ToolButton 8 years ago
scrollingdetector.py Write docs for sugar3.graphics.scrollingdetector 9 years ago
style.py Write docs for constants in sugar3.graphics.style 7 years ago
toggletoolbutton.py Write documentation for sugar3.graphics.ToggleToolButton 8 years ago
toolbarbox.py Set css class on toolitems when a palette or toolbar popsdown 8 years ago
toolbox.py Write docs for sugar3.graphics.toolbox 9 years ago
toolbutton.py Write documentation for sugar3.graphics.ToolButton 8 years ago
toolcombobox.py
tray.py Set css name for widgets 9 years ago
window.py Documentation - rewrite activity section 7 years ago
xocolor.py Allow to run activities without Sugar shell. 8 years ago