20 lines
473 B
Text
20 lines
473 B
Text
|
--- src/support.h.orig Mon Apr 15 15:59:33 2013
|
||
|
+++ src/support.h Mon Apr 15 16:03:37 2013
|
||
|
@@ -20,7 +20,7 @@
|
||
|
#ifndef __IMAGINATION_SUPPORT_H
|
||
|
#define __IMAGINATION_SUPPORT_H
|
||
|
|
||
|
-#define PLUGINS_INSTALLED 0
|
||
|
+#define PLUGINS_INSTALLED 1
|
||
|
|
||
|
#ifdef HAVE_CONFIG_H
|
||
|
# include <config.h>
|
||
|
@@ -30,6 +30,7 @@
|
||
|
#include <string.h>
|
||
|
#include <unistd.h>
|
||
|
#include <math.h>
|
||
|
+#include <libintl.h>
|
||
|
#include "imagination.h"
|
||
|
#include "sexy-icon-entry.h"
|
||
|
#include "imgcellrendereranim.h"
|