aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-corba-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-corba-storage.c')
-rw-r--r--shell/e-corba-storage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-corba-storage.c b/shell/e-corba-storage.c
index d094a3871b..9e3fa08eb8 100644
--- a/shell/e-corba-storage.c
+++ b/shell/e-corba-storage.c
@@ -38,6 +38,7 @@
#include <bonobo/bonobo-listener.h>
#include <gdk/gdkx.h>
+#include <gtk/gtkmain.h>
#include <string.h>
@@ -331,7 +332,7 @@ get_folder (EStorage *storage, const char *path)
e_storage_async_open_folder (storage, path_dup,
get_folder_cb, &done);
while (!done)
- gtk_main_iteration (TRUE);
+ gtk_main_iteration ();
}
*p = '/';
p = strchr (p + 1, '/');