Skip to content

Commit

Permalink
Search: Remove unnecessary tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jun 14, 2022
1 parent ab6ba8a commit 45af0fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shell/eggfindbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 45af0fe

Please sign in to comment.