diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 0207196459..07c4bf9dc3 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -741,7 +741,7 @@ create_ui (EContactEditor *ce) char *fname; xmlNode *ui; BonoboUIComponent *component; - Bonobo_UIContainer *container; + Bonobo_UIContainer container; component = bonobo_ui_compat_get_component (ce->uih); container = bonobo_ui_compat_get_container (ce->uih); |