Revert "GtkMenuSectionBox: Add tooltip to iconic buttons"

This reverts commit 7543e7b279.
This commit is contained in:
Timm Bäder 2014-11-17 18:39:15 +01:00
parent 9b83858d9a
commit 0fac139057

View File

@ -296,7 +296,6 @@ gtk_menu_section_box_insert_func (GtkMenuTrackerItem *item,
if (box->iconic)
{
g_object_bind_property (item, "verb-icon", widget, "icon", G_BINDING_SYNC_CREATE);
g_object_bind_property (item, "label", widget, "tooltip-text", G_BINDING_SYNC_CREATE);
g_object_set (widget, "iconic", TRUE, "centered", TRUE, NULL);
}
else