Bauble / bauble.classic

this is how Bauble and Ghini both started
GNU General Public License v2.0
10 stars 34 forks source link

are these lines needed? (marked as TODO by Brett) #182

Closed mfrasca closed 9 years ago

mfrasca commented 9 years ago

From @mfrasca on April 23, 2015 14:19

prefs.py:

# TODO: i don't think we use these icons anymore
prefs_icon_dir = os.path.join(paths.lib_dir(), 'images')
general_prefs_icon = os.path.join(prefs_icon_dir, 'prefs_general.png')
security_prefs_icon = os.path.join(prefs_icon_dir, 'prefs_security.png')

Copied from original issue: mfrasca/bauble.classic#58