Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2020-01-30 23:01:43 +01:00
parent 72beacaa76
commit eeeba60a30

View File

@ -782,6 +782,7 @@ static void _notes_on_note_title_edited(GtkCellRendererText * renderer,
{
Notes * notes = data;
GtkTreePath * treepath;
(void) renderer;
treepath = gtk_tree_path_new_from_string(path);
notes_note_set_title(notes, treepath, title);