]> Pileus Git - ~andy/gtk/commitdiff
accellabel: Remove leftover debug code
authorBenjamin Otte <otte@redhat.com>
Mon, 2 May 2011 18:07:49 +0000 (20:07 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 2 May 2011 18:09:17 +0000 (20:09 +0200)
The disabling of the check was added in
63a0ab5e73a618e4fe907f69a1bd6a74cb399dc2

Ooops.

gtk/gtkaccellabel.c

index 07e88204549d867b8c63e9d305ad6074be88fc12..d7ca9b1cd2f852e29ad46029e22052a273354ee4 100644 (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;