We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6ba8a commit 45af0feCopy full SHA for 45af0fe
1 file changed
shell/eggfindbar.c
@@ -379,9 +379,6 @@ egg_find_bar_init (EggFindBar *find_bar)
379
cross = gtk_image_new_from_icon_name ("window-close-symbolic",
380
GTK_ICON_SIZE_BUTTON);
381
priv->close_button = gtk_tool_button_new (cross, NULL);
382
- gtk_widget_set_tooltip_text (GTK_WIDGET (priv->close_button),
383
- _("Close find bar"));
384
-
385
386
g_signal_connect (priv->find_entry, "changed",
387
G_CALLBACK (entry_changed_callback),
0 commit comments