GNOME Bugzilla – Bug 707142
owncloud: Fix typo
Last modified: 2013-09-01 19:57:36 UTC
We can't use g_signal_connect_object because the gobject parameter that we have is not a GObject, and there is no fear of it becoming invalid during the call to the handler. This was most likely a typo.
Created attachment 253639 [details] [review] owncloud: Fix typo
Review of attachment 253639 [details] [review]: Looks fine
Comment on attachment 253639 [details] [review] owncloud: Fix typo Thanks for the review.