diff --git a/ChangeLog b/ChangeLog index 8304858c4..92c576919 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-11-04 Diego González + + * src/nautilus-window-toolbars.c: (throbber_set_throbbing): + Use bonobo_pbclient_set_value_async instead of + eel_bonobo_pbclient_set_value_async. + + * configure.in: require latest libbonobo + 2002-11-04 Alexander Larsson * components/throbber/nautilus-throbber.c: (get_bonobo_properties), diff --git a/configure.in b/configure.in index a4e17260b..2aef2f300 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl =========================================================================== ART_REQUIRED=2.3.10 BONOBO_ACTIVATION_REQUIRED=1.0.0 -BONOBO_REQUIRED=2.0.0 +BONOBO_REQUIRED=2.1.0 BONOBO_UI_REQUIRED=2.0.0 EEL_REQUIRED=2.1.2 ESOUND_REQUIRED=0.2.27 diff --git a/src/nautilus-window-toolbars.c b/src/nautilus-window-toolbars.c index a3a87015c..492c9a912 100644 --- a/src/nautilus-window-toolbars.c +++ b/src/nautilus-window-toolbars.c @@ -300,7 +300,7 @@ throbber_set_throbbing (NautilusWindow *window, val._value = &b; b = throbbing; - eel_bonobo_pbclient_set_value_async ( + bonobo_pbclient_set_value_async ( window->details->throbber_property_bag, "throbbing", &val, NULL); }