summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index dcd7c8dd..02a186bd 100755
--- a/control-center
+++ b/control-center
@@ -1429,7 +1429,7 @@ sub about_mga_cc() {
my $credits = Gtk3::TextView->new;
my $list = Gtk3::TreeView->new_with_model($tree_model);
$list->set_can_focus(0);
- each_index { $list->append_column(Gtk3::TreeViewColumn->new_with_attributes(undef, Gtk3::CellRendererText->new, 'text' => $::i)) } 0..1;
+ each_index { $list->append_column(Gtk3::TreeViewColumn->new_with_attributes("", Gtk3::CellRendererText->new, 'text' => $::i)) } 0..1;
$list->set_headers_visible(0);
foreach my $row ([ N("Authors: "), '' ],