weslly / ColorPicker

Color picker for Sublime Text
http://weslly.github.io/ColorPicker
510 stars 109 forks source link

Added support for more Linux Distros #71

Closed seanjohnson08 closed 9 years ago

seanjohnson08 commented 9 years ago

Problem: On certain linux distros (tested on RedHat Enterprise) an older version of Py GTK is installed by default. This commit adds support for older versions of PyGTK (specifically 2 instead of the newer version 3).

Solution: Provide backwards compatibility for GTK2, without hurting support for GTK3.

Testing: Tested that the color picker:

Also tested for GTK3, which was already supported.

Fixes #65

weslly commented 9 years ago

Looks good. Thanks!