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 153552 - need a refreturn on VolumeMonitor::create()
need a refreturn on VolumeMonitor::create()
Status: RESOLVED FIXED
Product: gnome-vfsmm
Classification: Deprecated
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-09-23 14:36 UTC by Bryan Forbes
Modified: 2011-01-16 23:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vol-mon-fix.diff (3.04 KB, patch)
2004-09-23 14:37 UTC, Bryan Forbes
none Details | Review

Description Bryan Forbes 2004-09-23 14:36:04 UTC
Gnome-VFS has changed how GnomeVFSVolumeMonitor is unreffed in 2.8.1.  The
attached patch fixes this problem.
Comment 1 Bryan Forbes 2004-09-23 14:37:43 UTC
Created attachment 31873 [details] [review]
vol-mon-fix.diff
Comment 2 Murray Cumming 2004-09-24 07:11:16 UTC
OK, please apply. Thanks.
Comment 3 Murray Cumming 2004-09-24 08:56:32 UTC
But please keep this kind of thing out of your patches:

-GNOMEVFS_VERSION_NEEDED=2.7.4
+GNOMEVFS_VERSION_NEEDED=2.8.1
Comment 4 Murray Cumming 2004-09-24 08:57:43 UTC
Oh, ignore that last comment - I thought you were changing the gnome-vfsmm
version rather than the gnome-vfs version needed. Good idea.
Comment 5 Bryan Forbes 2004-09-29 01:06:10 UTC
Applied and committed.