Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248260 | Differences between
and this patch

Collapse All | Expand All

(-)gestikk-old/gestikk/tools.py (-1 / +1 lines)
Lines 114-120 def get_path(kind): Link Here
114
        :param kind: one of 'pixmap', 'icon'
114
        :param kind: one of 'pixmap', 'icon'
115
    """
115
    """
116
    return {'pixmap':'/usr/share/pixmaps',
116
    return {'pixmap':'/usr/share/pixmaps',
117
            'icon':'/usr/share/icons',
117
            'icon':'/usr/share/pixmaps',
118
            'gladefile':'/usr/share/gestikk',
118
            'gladefile':'/usr/share/gestikk',
119
            'executable':'/usr/bin'}.get(kind, '')
119
            'executable':'/usr/bin'}.get(kind, '')
120
120

Return to bug 248260