diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-bonobo.c | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-minicard-control.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 531106b2c4..bf7bdf7067 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -441,6 +441,7 @@ static void get_prop (BonoboPropertyBag *bag, BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { AddressbookView *view = user_data; @@ -463,6 +464,7 @@ static void set_prop (BonoboPropertyBag *bag, const BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { AddressbookView *view = user_data; diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.c b/addressbook/gui/component/select-names/e-select-names-bonobo.c index d6f0e10f05..7014cddc22 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.c +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.c @@ -57,6 +57,7 @@ static void entry_get_property_fn (BonoboPropertyBag *bag, BonoboArg *arg, unsigned int arg_id, + CORBA_Environment *ev, void *user_data) { GtkWidget *widget; @@ -78,6 +79,7 @@ static void entry_set_property_fn (BonoboPropertyBag *bag, const BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { GtkWidget *widget; diff --git a/addressbook/gui/widgets/e-minicard-control.c b/addressbook/gui/widgets/e-minicard-control.c index 7cd57e86aa..0efc7d69ab 100644 --- a/addressbook/gui/widgets/e-minicard-control.c +++ b/addressbook/gui/widgets/e-minicard-control.c @@ -29,6 +29,7 @@ static void get_prop (BonoboPropertyBag *bag, BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { GtkObject *clock = user_data; @@ -52,6 +53,7 @@ static void set_prop (BonoboPropertyBag *bag, const BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { GtkClock *clock = user_data; |