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 173082 - toolbar not hiding when starting gwget
toolbar not hiding when starting gwget
Status: RESOLVED FIXED
Product: gwget
Classification: Deprecated
Component: general
0.94
Other Linux
: Normal trivial
: ---
Assigned To: David Sedeño Fernández
David Sedeño Fernández
Depends on:
Blocks:
 
 
Reported: 2005-04-08 15:40 UTC by Rafaël Carré
Modified: 2005-04-09 19:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rafaël Carré 2005-04-08 15:40:02 UTC
Distribution/Version: linuxfromscratch

set toolbar to off in menu, close, restart
main_window.c: gtk_widget_(show/hide) (window) should be done before showing or
hiding toolbar
if trayonly is set to true (in gwget_data.c), toolbar won't hide at startup,
unless gtk_widget_show(window) is done just before gtk_widget_hide(window).
Comment 1 David Sedeño Fernández 2005-04-09 19:23:57 UTC
Fix applied in cvs.

Thanks for the report.