accellabel: Remove leftover debug code

The disabling of the check was added in
63a0ab5e73

Ooops.
This commit is contained in:
Benjamin Otte 2011-05-02 20:07:49 +02:00
parent b102df5370
commit ecb0fa952a

View File

@ -388,7 +388,7 @@ gtk_accel_label_draw (GtkWidget *widget,
gtk_widget_get_allocation (widget, &allocation);
gtk_widget_get_preferred_size (widget, NULL, &requisition);
if (allocation.width >= requisition.width + ac_width && FALSE)
if (allocation.width >= requisition.width + ac_width)
{
GtkStyleContext *context;
PangoLayout *label_layout;