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 361697 - Duplicate error messages make baby Jeebus cry
Duplicate error messages make baby Jeebus cry
Status: RESOLVED FIXED
Product: libgnome
Classification: Deprecated
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: libgnome maintainer
libgnome maintainer
Depends on:
Blocks:
 
 
Reported: 2006-10-12 13:45 UTC by Don Scorgie
Modified: 2006-10-30 09:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
patch (722 bytes, patch)
2006-10-23 12:29 UTC, Kjartan Maraas
none Details | Review

Description Don Scorgie 2006-10-12 13:45:29 UTC
in libgnome/gnome-help.c (some of the still helpful libgnome stuff), line 221 (or around there), an error message is set to:
"Unable to find the help files in either %s or %s.  Please check your installation"

Slightly later, line 237, a different error occurs, but the same error message is set.

Alas, no clue is then given of which branch failed.  Changing one of the error messages would be agreat help!

A suggestion is to change the first error message occurance to "Unable to find the help paths: %s or %s" or similar (as that's what's actually failing).  The second message is accurate.
Comment 1 Kjartan Maraas 2006-10-23 12:29:49 UTC
Created attachment 75236 [details] [review]
patch

Patch as described.
Comment 2 Kjartan Maraas 2006-10-30 09:23:53 UTC
Commited after branching.