diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c index d201c0f50..e23da0b87 100644 --- a/shell/cc-panel-list.c +++ b/shell/cc-panel-list.c @@ -305,7 +305,6 @@ row_data_new (CcPanelCategory category, /* Description label */ label = gtk_label_new (description); - gtk_widget_show (label); gtk_label_set_xalign (GTK_LABEL (label), 0.0); gtk_widget_set_hexpand (label, TRUE); gtk_label_set_max_width_chars (GTK_LABEL (label), 25);