Bug 152259 - Revert button in GimpDataEditor is not implemented

Hide the button instead of only setting it insensitive.
This commit is contained in:
Michael Natterer 2011-09-24 00:55:37 +02:00
parent fdb69d20d5
commit 69f55d0fb0
1 changed files with 2 additions and 2 deletions

View File

@ -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