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 41245 - Sidebar initial width hardwired and not reality-checked
Sidebar initial width hardwired and not reality-checked
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Sidebar
2.21.x
Other Linux
: Normal trivial
: 2.24.x
Assigned To: Nautilus Maintainers
Nautilus Maintainers
DRIZZT[easyfix]
Depends on:
Blocks:
 
 
Reported: 2000-06-06 19:13 UTC by John Sullivan
Modified: 2009-10-07 20:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
removes uneeded fixmes (1.87 KB, patch)
2006-08-29 23:45 UTC, Stephen Cook
committed Details | Review

Description John Sullivan 2001-09-10 00:33:42 UTC
There are a set of FIXMEs in nautilus_window_constructed about how the sidebar's
initial width is chosen. This bug report represents all of them. See also
related bug 41244 about the window dimensions being hard-wired.



------- Additional Comments From sullivan@eazel.com 2000-06-06 15:38:09 ----

The sidebar size is also hard-wired a second time in a different way in
nautilus-sidebar.c. There's a FIXME there also, which I've given this same bug
number. This situation needs to be straightened out somehow.



------- Additional Comments From ramiro@fateware.com 2000-06-14 19:36:23 ----

reassign to ramiro



------- Additional Comments From ramiro@fateware.com 2000-07-05 11:30:18 ----

assigned



------- Additional Comments From eli@eazel.com 2000-10-16 20:01:52 ----

Batch-assigning QA ownership of remaining bugs to eli@eazel.com



------- Additional Comments From ramiro@fateware.com 2001-01-18 01:12:45 ----

I fixed two of the issues described in this bug:

"No constant for the default?" - Default no longer needed in this place.
"get_enum? why not get_integer? " - Fixed.

Whoever fixes this bug in the future needs to look for FIXMES in
nautilus-global-preferences.c (where defaults for preferences are installed) as
well as nautilus-window.c.



------- Additional Comments From eli@eazel.com 2001-02-09 11:35:08 ----

Duane is now the proud new QA owner of 'Sidebar', and 'Sidebar Panel: (Other)'.



------- Additional Comments From eli@eazel.com 2001-03-26 11:07:23 ----

QA Assigning to self.



------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 20:33 -------
Comment 1 Aschwin van der Woude 2002-11-01 18:13:22 UTC
This is still valid
Comment 2 Kjartan Maraas 2002-11-04 20:27:00 UTC
Confirming then.
Comment 3 Aschwin van der Woude 2003-05-02 19:27:52 UTC
The mentioned fixme's are gone from the function mentioned, but still
exist in the following files:

./libnautilus-private/nautilus-global-preferences.c:408
./src/nautilus-window.c:92
./src/nautilus-window.c:570
./src/nautilus-window.c:571

It seems this is no longer an issue. Marking as easy-fix.
Comment 4 Kjartan Maraas 2005-01-04 22:19:21 UTC
[kmaraas@localhost nautilus]$ find . -name *.c | xargs grep -i 41245
./libnautilus-private/nautilus-global-preferences.c:    /* FIXME
bugzilla.gnome.org 41245: Saved in pixels instead of in %? */
./src/nautilus-navigation-window.c:/* FIXME bugzilla.gnome.org 41245: hardwired
sizes */
./src/nautilus-navigation-window.c:     /* FIXME bugzilla.gnome.org 41245: Saved
in pixels instead of in %? */
./src/nautilus-navigation-window.c:        /* FIXME bugzilla.gnome.org 41245: No
reality check on the value? */
./src/nautilus-window.c:/* FIXME bugzilla.gnome.org 41245: hardwired sizes */
Comment 5 Stephen Cook 2006-08-29 23:45:09 UTC
Created attachment 71876 [details] [review]
removes uneeded fixmes
Comment 6 Cosimo Cecchi 2007-07-29 14:23:10 UTC
The FIXMEs are still there after all these years...
Why Stephen's patch has not been applyed yet?
Comment 7 A. Walton 2009-10-07 20:24:47 UTC
Comment on attachment 71876 [details] [review]
removes uneeded fixmes

No reason for this bug to still be open. Committing and closing.