GNOME Bugzilla – Bug 173082
toolbar not hiding when starting gwget
Last modified: 2005-04-09 19:23:57 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).
Fix applied in cvs. Thanks for the report.