From 22304ec7c707baf933536a50142e079edd64a3c3 Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Wed, 10 Aug 2005 11:47:39 +0000 Subject: defined prototype for sensitize_ok(), fixes the compile time warnings. svn path=/trunk/; revision=30078 --- addressbook/gui/contact-editor/e-contact-editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 36edf0a358..59f7b2cb78 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -106,6 +106,7 @@ static void save_contact (EContactEditor *ce, gboolean should_close); static void entry_activated (EContactEditor *editor); static void set_entry_text(EContactEditor *editor, GtkEntry *entry, const char *string); +static void sensitize_ok (EContactEditor *ce); static EABEditorClass *parent_class = NULL; -- cgit