From 45af0feda19cb31783132c54740aff599601c41c Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 14 Jun 2022 14:46:49 +0200 Subject: [PATCH] Search: Remove unnecessary tooltip --- shell/eggfindbar.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell/eggfindbar.c b/shell/eggfindbar.c index 0aeeb0b0..a2831fed 100644 --- a/shell/eggfindbar.c +++ b/shell/eggfindbar.c @@ -379,9 +379,6 @@ egg_find_bar_init (EggFindBar *find_bar) cross = gtk_image_new_from_icon_name ("window-close-symbolic", GTK_ICON_SIZE_BUTTON); priv->close_button = gtk_tool_button_new (cross, NULL); - gtk_widget_set_tooltip_text (GTK_WIDGET (priv->close_button), - _("Close find bar")); - g_signal_connect (priv->find_entry, "changed", G_CALLBACK (entry_changed_callback),