diff options
author | John Sullivan <sullivan@src.gnome.org> | 2000-09-20 00:01:00 +0000 |
---|---|---|
committer | John Sullivan <sullivan@src.gnome.org> | 2000-09-20 00:01:00 +0000 |
commit | 1a0af901905f3a2b1b97a9f7ce55678a3f2d2d23 (patch) | |
tree | 47ec707900992acad1cc17e78c6fc730b9f6b097 /src/nautilus-complex-search-bar.c | |
parent | 214fc343b3c54f9031404fc841ce65f7037eb246 (diff) | |
download | nautilus-1a0af901905f3a2b1b97a9f7ce55678a3f2d2d23.tar.gz |
Fixed bug 2519 (fix hideous queue_size_request hack)
* src/nautilus-complex-search-bar.c: (fewer_options_callback):
It turns out that this most vile of lines was totally
unnecessary, so I deleted it.
Diffstat (limited to 'src/nautilus-complex-search-bar.c')
-rw-r--r-- | src/nautilus-complex-search-bar.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nautilus-complex-search-bar.c b/src/nautilus-complex-search-bar.c index 6c247b79d..77eb4c5dd 100644 --- a/src/nautilus-complex-search-bar.c +++ b/src/nautilus-complex-search-bar.c @@ -533,11 +533,6 @@ fewer_options_callback (GtkObject *object, new_length = g_slist_length (bar->details->search_criteria); g_assert (new_length + 1 == old_length); - /* FIXME bugzilla.eazel.com 2519: the following is pretty much - evil since it relies on the run-time widget hierarchy of - the nautilus toolbar. Any better fix is welcome. */ - gtk_widget_queue_resize (GTK_WIDGET (bar->details->bar_container)->parent->parent->parent->parent->parent->parent->parent->parent); - update_dynamic_buttons_state (bar); g_slist_foreach (bar->details->search_criteria, update_criteria_choices, |