mirror of https://github.com/GNOME/gimp.git
Bug 152259 - Revert button in GimpDataEditor is not implemented
Hide the button instead of only setting it insensitive.
This commit is contained in:
parent
fdb69d20d5
commit
69f55d0fb0
|
@ -224,8 +224,8 @@ gimp_data_editor_constructed (GObject *object)
|
||||||
G_CALLBACK (gimp_data_editor_revert_clicked),
|
G_CALLBACK (gimp_data_editor_revert_clicked),
|
||||||
NULL,
|
NULL,
|
||||||
editor);
|
editor);
|
||||||
/* Set insensitive because revert buttons are not yet implemented */
|
/* Hide because revert buttons are not yet implemented */
|
||||||
gtk_widget_set_sensitive (editor->revert_button, FALSE);
|
gtk_widget_hide (editor->revert_button);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue