Use bonobo_pbclient_set_value_async instead of

2002-11-04  Diego Gonzlez  <diego@pemas.net>

	* 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
This commit is contained in:
Diego Gonzlez 2002-11-05 08:30:49 +00:00 committed by Diego González
parent d265554d68
commit badd7fe0c5
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2002-11-04 Diego González <diego@pemas.net>
* 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 <alexl@redhat.com>
* components/throbber/nautilus-throbber.c: (get_bonobo_properties),

View file

@ -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

View file

@ -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);
}