numixproject / numix-folders

Alternate folders for use with our base icon theme.
GNU General Public License v3.0
153 stars 26 forks source link

Folders No Longer Changed #125

Closed Foggalong closed 9 years ago

Foggalong commented 9 years ago

Prior to 8ffb7064086b2d9b9bdf6d308575a93f855dd480 some changed which has stopped the folder change working. I tested with a clean clone before pushing the PEP8 fixes and it didn't work then either, despite not giving any errors :(

bilelmoussaoui commented 9 years ago

the lines i added must be before the import of from gi.repository import Gtk, Gdk, GdkPixbuf, Pango

Foggalong commented 9 years ago

The regression was introduced prior to that :/

bilelmoussaoui commented 9 years ago

The version check should be before the import of Gtk! impossible to do that in an other way.. It's Gtk you can do nothing about it

Foggalong commented 9 years ago

I'M A DOPE. The problem was caused by not running the latest version of Numix base :P