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 541794 - drive-eject-button signal
drive-eject-button signal
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Alexander Larsson
gtkdev
Depends on:
Blocks:
 
 
Reported: 2008-07-06 19:10 UTC by David Zeuthen (not reading bugmail)
Modified: 2008-07-07 02:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (4.34 KB, patch)
2008-07-06 19:10 UTC, David Zeuthen (not reading bugmail)
committed Details | Review

Description David Zeuthen (not reading bugmail) 2008-07-06 19:10:26 UTC
Looks like we forgot to teach the volume monitor about eject-button presses. The attached patch fixes that.
Comment 1 David Zeuthen (not reading bugmail) 2008-07-06 19:10:52 UTC
Created attachment 114072 [details] [review]
patch
Comment 2 Matthias Clasen 2008-07-07 01:57:30 UTC
Seems pretty obvious, in analogy to the other GVolumeMonitor::drive-foo signals corresponding to GDrive::foo.

Just add a "Since: 2.18" to the signal docs.
Comment 3 David Zeuthen (not reading bugmail) 2008-07-07 02:24:57 UTC
Committed to trunk with the "Since: 2.18" added. Thanks.