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 309796 - (null) as image text in statusbar text
(null) as image text in statusbar text
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
git master
Other Linux
: High critical
: 1.8
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-07-08 12:49 UTC by Christian Persch
Modified: 2005-08-03 20:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2005-07-08 12:49:41 UTC
Steps to reproduce:
0) Right-click on moz-icon://stock/gtk-dialog-error?size=button
1) Hover over "Open Image", and observer statubar text

Results:
Displays (null) as image name. Since this is produced with g_strdup_printf
("%s", ...) this is rather bad, since e.g. solaris printf crashes on null
instead of printing "(null)".
Comment 1 Christian Persch 2005-07-08 12:50:42 UTC
Correction: I mean to do this in a page where an image has this URL, for example
my forthcoming error pages :)
Comment 2 Christian Persch 2005-08-03 20:29:30 UTC
Fixed in cvs.