Skip to content

Commit 45af0fe

Browse files
committed
Search: Remove unnecessary tooltip
1 parent ab6ba8a commit 45af0fe

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

shell/eggfindbar.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,6 @@ egg_find_bar_init (EggFindBar *find_bar)
379379
cross = gtk_image_new_from_icon_name ("window-close-symbolic",
380380
GTK_ICON_SIZE_BUTTON);
381381
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-
385382

386383
g_signal_connect (priv->find_entry, "changed",
387384
G_CALLBACK (entry_changed_callback),

0 commit comments

Comments
 (0)