diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index 44fa09d802..df3a571048 100644 --- a/shell/main.c +++ b/shell/main.c @@ -110,7 +110,7 @@ development_warning () static gint idle_cb (gpointer data) { - GtkWidget *view; + EShellView *view; char *evolution_directory; evolution_directory = (char *) data; |