mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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:
parent
d265554d68
commit
badd7fe0c5
3 changed files with 10 additions and 2 deletions
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue