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 645248 - Error reporting for missing commands doesn't work
Error reporting for missing commands doesn't work
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Colin Walters
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-19 18:56 UTC by Giovanni Campagna
Modified: 2011-03-19 19:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Util: use the right function name when reporting errors. (828 bytes, patch)
2011-03-19 18:57 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2011-03-19 18:56:46 UTC
Bug in js/misc/util.js, patch coming...
Comment 1 Giovanni Campagna 2011-03-19 18:57:08 UTC
Created attachment 183808 [details] [review]
Util: use the right function name when reporting errors.

It's Main.notifyError, not Main.notifyProblem.
Comment 2 Colin Walters 2011-03-19 18:59:38 UTC
Review of attachment 183808 [details] [review]:

Yep, thanks
Comment 3 Giovanni Campagna 2011-03-19 19:20:19 UTC
Attachment 183808 [details] pushed as 650f35c - Util: use the right function name when reporting errors.