diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 1ff63b32c4..10a092cea1 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -325,7 +325,7 @@ static void control_activate (BonoboControl *control, BonoboUIHandler *uih, AddressbookView *view) { - Bonobo_UIHandler remote_uih; + Bonobo_UIContainer remote_uih; char *fname; xmlNode *ui; Bonobo_UIContainer container; |