From 17c61cf9a4d162165a31ba14f8f004270ee11edf Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 11 Jul 2005 07:58:23 +0000 Subject: compose.[ch]: replaced gdk_input_*() with GIOChannel. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@415 ee746299-78ed-0310-b773-934348b2243d --- src/compose.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/compose.h') diff --git a/src/compose.h b/src/compose.h index 7a271a56..d937389f 100644 --- a/src/compose.h +++ b/src/compose.h @@ -177,10 +177,10 @@ struct _Compose GtkTextTag *sig_tag; /* external editor */ - gchar *exteditor_file; - pid_t exteditor_pid; - gint exteditor_readdes; - gint exteditor_tag; + gchar *exteditor_file; + pid_t exteditor_pid; + GIOChannel *exteditor_ch; + gint exteditor_tag; }; struct _AttachInfo -- cgit v1.2.3