summaryrefslogtreecommitdiff
path: root/src/caja-information-panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-information-panel.c')
-rw-r--r--src/caja-information-panel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/caja-information-panel.c b/src/caja-information-panel.c
index 89891410..19e2b01a 100644
--- a/src/caja-information-panel.c
+++ b/src/caja-information-panel.c
@@ -49,8 +49,6 @@
#include <libcaja-private/caja-sidebar-provider.h>
#include <libcaja-private/caja-module.h>
-#include "glibcompat.h" /* for g_list_free_full */
-
struct CajaInformationPanelDetails
{
GtkVBox *container;
@@ -102,7 +100,7 @@ enum
LAST_SIGNAL
};
-static guint signals[LAST_SIGNAL];
+static guint signals[LAST_SIGNAL] = { 0 };
/* drag and drop definitions */