Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Jan 6, 2025
1 parent 9026fe8 commit a18db9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/liferea_dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ liferea_dialog_entry_get (GtkWidget *dialog, const gchar *name)
}

void
lifera_dialog_entry_set (GtkWidget *dialog, const gchar *name, const gchar *text)
liferea_dialog_entry_set (GtkWidget *dialog, const gchar *name, const gchar *text)
{
gtk_entry_buffer_set_text (gtk_entry_get_buffer (GTK_ENTRY (liferea_dialog_lookup (dialog, name))), text, -1);
}

0 comments on commit a18db9c

Please sign in to comment.