diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nautilus-notebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-notebook.c b/src/nautilus-notebook.c index b5cc5f67c..3db3584cc 100644 --- a/src/nautilus-notebook.c +++ b/src/nautilus-notebook.c @@ -263,7 +263,7 @@ nautilus_notebook_sync_tab_label (NautilusNotebook *notebook, */ location_name = g_file_get_parse_name (location); title_name = nautilus_window_slot_get_title (slot); - if (g_str_has_prefix (location_name, EEL_SEARCH_URI)) + if (eel_uri_is_search (location_name)) { gtk_widget_set_tooltip_text (gtk_widget_get_parent (label), title_name); } |