Skip to content

Commit

Permalink
CategoryFlowBox.vala - Oop
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Sep 2, 2023
1 parent f2fbcd9 commit 182428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/CategoryFlowBox.vala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace Fusebox {
string header_string = null;

if (name1 != "") {
header_string = name1[0].up () + name1.substring (1,name1.len);
header_string = name1[0].to_string ().up () + name1.substring (1, name1.length);
} else {
header_string = "";
}
Expand Down

0 comments on commit 182428a

Please sign in to comment.