Skip to content

Commit

Permalink
Update liferea_dialog.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Jan 5, 2025
1 parent 3c0bf08 commit 16fb4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/liferea_dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ liferea_dialog_new (const gchar *name)
return ld->priv->dialog;
}

gchar *
const gchar *
liferea_dialog_entry_get (GtkWidget *widget, const gchar *name)
{
return gtk_entry_buffer_get_text (gtk_entry_get_buffer (GTK_ENTRY (liferea_dialog_lookup (dialog, name)))));
Expand All @@ -129,4 +129,4 @@ void
lifera_dialog_entry_set (GtkWidget *widget, 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 16fb4f7

Please sign in to comment.