diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-09-03 17:04:55 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-09-03 17:04:55 +0000 |
commit | 62e426c199b2e21df7f9b4909abc965786037a94 (patch) | |
tree | 7d104cd9def8bfc4435587d40f9459bcf869f537 /src/nautilus-search-bar-criterion.c | |
parent | 72fb6ec09e47b35cb28c0a6cef922580fa903129 (diff) | |
download | nautilus-62e426c199b2e21df7f9b4909abc965786037a94.tar.gz |
Added bug numbers for FIXMEs
* components/services/install/lib/eazel-install-protocols.c:
(eazel_install_fetch_package):
* components/services/login/nautilus-view/nautilus-login-view.c:
(nautilus_login_view_initialize):
* components/services/summary/nautilus-view/nautilus-summary-view.c
: (authn_cb_succeeded), (authn_cb_failed), (login_button_cb),
(nautilus_summary_view_initialize):
* components/tree/libmain.c: (tree_shlib_object_destroyed):
* components/tree/nautilus-tree-view.c:
* libnautilus-extensions/nautilus-link.c: (make_local_path):
* libnautilus-extensions/nautilus-search-bar-criterion.c:
(make_emblem_value_menu):
* src/file-manager/fm-directory-view.c:
(add_open_with_gtk_menu_item):
* src/nautilus-search-bar-criterion.c: (make_emblem_value_menu),
(emblems_changed_callback):
Added bug numbers for FIXMEs
Diffstat (limited to 'src/nautilus-search-bar-criterion.c')
-rw-r--r-- | src/nautilus-search-bar-criterion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-search-bar-criterion.c b/src/nautilus-search-bar-criterion.c index fe215d849..7df2f0947 100644 --- a/src/nautilus-search-bar-criterion.c +++ b/src/nautilus-search-bar-criterion.c @@ -712,7 +712,7 @@ make_emblem_value_menu (NautilusSearchBarCriterion *criterion) GtkWidget *value_menu; /* Add the items to the emblems menu here */ - /* FIXME: What are the variables for thumbnail icon height and width */ + /* FIXME bugzilla.eazel.com 2738: What are the variables for thumbnail icon height and width */ value_menu = gtk_menu_new (); customization_data = nautilus_customization_data_new ("emblems", @@ -751,7 +751,7 @@ emblems_changed_callback (GtkObject *signaller, NautilusSearchBarCriterion *criterion; GtkWidget *menu_widget; - /* FIXME: check type here in some way */ + /* FIXME bugzilla.eazel.com 2739: check type here in some way */ criterion = NAUTILUS_SEARCH_BAR_CRITERION (data); if (criterion->details->type == NAUTILUS_EMBLEM_SEARCH_CRITERION) { |