diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-08-10 19:47:39 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-08-10 19:47:39 +0800 |
commit | 22304ec7c707baf933536a50142e079edd64a3c3 (patch) | |
tree | dfc51b85e38e7b63ce4b9cd35f7a3d2d0afbdf3b /addressbook/gui | |
parent | 14e9427a9e53837d29bcdd1ba957e6e57ea0ac34 (diff) | |
download | gsoc2013-evolution-22304ec7c707baf933536a50142e079edd64a3c3.tar.gz 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')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
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; |