summaryrefslogtreecommitdiff
path: root/components/throbber/main.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-11-09 02:05:53 +0000
committerDarin Adler <darin@src.gnome.org>2001-11-09 02:05:53 +0000
commit4a2255079a7276551867636b356b5bcbc0aec410 (patch)
tree69eb88b13b8b7b00ee7c45f23324f060643e218c /components/throbber/main.c
parentee16c763834e080df4649df8df8af7ec85903539 (diff)
downloadnautilus-4a2255079a7276551867636b356b5bcbc0aec410.tar.gz
Lots of files. Get rid a lot of unneeded casts.
* Lots of files. Get rid a lot of unneeded casts.
Diffstat (limited to 'components/throbber/main.c')
-rw-r--r--components/throbber/main.c2
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;
}