forked from AuroraMiddleware/gtk
Revert "GtkMenuSectionBox: Add tooltip to iconic buttons"
This reverts commit 7543e7b279
.
This commit is contained in:
parent
9b83858d9a
commit
0fac139057
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user