aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-08-10 19:47:39 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-08-10 19:47:39 +0800
commit22304ec7c707baf933536a50142e079edd64a3c3 (patch)
treedfc51b85e38e7b63ce4b9cd35f7a3d2d0afbdf3b /addressbook/gui/contact-editor/e-contact-editor.c
parent14e9427a9e53837d29bcdd1ba957e6e57ea0ac34 (diff)
downloadgsoc2013-evolution-22304ec7c707baf933536a50142e079edd64a3c3.tar
gsoc2013-evolution-22304ec7c707baf933536a50142e079edd64a3c3.tar.gz
gsoc2013-evolution-22304ec7c707baf933536a50142e079edd64a3c3.tar.bz2
gsoc2013-evolution-22304ec7c707baf933536a50142e079edd64a3c3.tar.lz
gsoc2013-evolution-22304ec7c707baf933536a50142e079edd64a3c3.tar.xz
gsoc2013-evolution-22304ec7c707baf933536a50142e079edd64a3c3.tar.zst
gsoc2013-evolution-22304ec7c707baf933536a50142e079edd64a3c3.zip
defined prototype for sensitize_ok(), fixes the compile time warnings.
svn path=/trunk/; revision=30078
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c1
1 files changed, 1 insertions, 0 deletions
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;