After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 707142 - owncloud: Fix typo
owncloud: Fix typo
Status: RESOLVED FIXED
Product: gnome-online-miners
Classification: Applications
Component: general
3.9.x
Other All
: Normal normal
: ---
Assigned To: GNOME Online Miners maintainer(s)
GNOME Online Miners maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-30 17:44 UTC by Debarshi Ray
Modified: 2013-09-01 19:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
owncloud: Fix typo (942 bytes, patch)
2013-08-30 17:53 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2013-08-30 17:44:07 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.
Comment 1 Debarshi Ray 2013-08-30 17:53:08 UTC
Created attachment 253639 [details] [review]
owncloud: Fix typo
Comment 2 Matthias Clasen 2013-08-31 03:59:55 UTC
Review of attachment 253639 [details] [review]:

Looks fine
Comment 3 Debarshi Ray 2013-09-01 19:57:06 UTC
Comment on attachment 253639 [details] [review]
owncloud: Fix typo

Thanks for the review.