diff options
Diffstat (limited to 'components/throbber')
-rw-r--r-- | components/throbber/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/throbber/main.c b/components/throbber/main.c index ecaf94156..5c87c2875 100644 --- a/components/throbber/main.c +++ b/components/throbber/main.c @@ -58,7 +58,7 @@ throbber_make_object (BonoboGenericFactory *factory, bonobo_control = nautilus_throbber_get_control (throbber); - g_signal_connect (G_OBJECT (bonobo_control), "destroy", throbber_object_destroyed, NULL); + g_signal_connect (bonobo_control, "destroy", throbber_object_destroyed, NULL); return bonobo_control; } |