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 636125 - Wrong name for D-Bus method?
Wrong name for D-Bus method?
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-30 13:15 UTC by Luca Ferretti
Modified: 2010-11-30 20:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Ferretti 2010-11-30 13:15:28 UTC
The recently added support to create and extract archives trough D-Bus includes the following method name:

 GetSuppertedTypes

from http://git.gnome.org/browse/file-roller/tree/src/server.c#n41 (and other places)

Shouldn't it be

 GetSupportedTypes
?
Comment 1 Paolo Bacchilega 2010-11-30 20:40:07 UTC
Yes of course, fixed in master.  Thanks.