aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index a57ef10579..0710189fc3 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -55,6 +55,7 @@
#include <sys/types.h>
#include <fcntl.h>
#include <ctype.h>
+#include <string.h>
#include <glib.h>
files with utilities for hooking up widgets in Glade-generatedFederico Mena Quintero2000-05-204-22/+362 * Added e_container_foreach_leaf.Christopher James Lahey2000-05-193-1/+34 * Add imagesdir support.Christopher James Lahey2000-05-194-0/+59 * xmlGetProp appears to return malloced memory. Thus we must free it.Christopher James Lahey2000-05-163-8/+19 * Fixed some memory leaks.Christopher James Lahey2000-05-161-0/+2 * Utility function to free a GList of strings.Ettore Perazzoli2000-05-165-10/+40 * Added e_strdup_strip which returns a copy of the string with the leadingChristopher James Lahey2000-05-145-0/+45 * Destroy the g_scanner when cleaning up. (e_sexp_finalise): Free symbolNotZed2000-05-122-0/+17 * Removed dist-hook section.Christopher James Lahey2000-05-101-0/+2 * Remove reflow idle when being destroyed.Christopher James Lahey2000-05-092-0/+15 * comment function, and fix an ABR.Chris Toshok2000-05-081-3/+6 * comment function, and fix an ABR.Chris Toshok2000-05-081-6/+13 * Got rid of some warnings.Christopher James Lahey2000-05-076-2/+115 * New function to free a list of referenced objects.Ettore Perazzoli2000-05-035-6/+46 * set and reset the GTK_HAS_FOCUS flag. We now get focus_out eventsDamon Chaplin2000-05-032-0/+10