summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-extensions.c
AgeCommit message (Collapse)AuthorFilesLines
2016-03-14Revert "add check to prevent extensions from being loaded multiple times"monsta1-15/+5
This reverts commit 4b5bcc5c67a070e6f29376213e3da993553d8f2b. It proved to break the actual fix, so reverting it for now. Note that you will see duplicates in the extensions list now, but it's better than non-working Python extensions. :-/
2016-03-14add check to prevent extensions from being loaded multiple timesAlexander van der Meij1-5/+15
2015-07-20removed useless call to g_list_freeMonsta1-1/+1
- first, we must not free the list of extensions at this point - second, the call did nothing as the argument is NULL after exiting the for loop
2014-11-03Add about dialog for extensionsStefano Karapetsas1-1/+9
2014-10-27Allow extensions to define an ini file with name, icon and descriptionStefano Karapetsas1-10/+22
2014-10-27implementation of extension interface and status management (gsoc2014)Alexander van der Meij1-0/+205