From 1345b496dbb687ef5de04066ddbf4affee4b4cd1 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 3 Jun 2013 07:25:28 +0000 Subject: stabilize the order of templates. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3269 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_template.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs_template.c') diff --git a/src/prefs_template.c b/src/prefs_template.c index fb535744..9e9d0c01 100644 --- a/src/prefs_template.c +++ b/src/prefs_template.c @@ -512,6 +512,7 @@ static GSList *prefs_template_get_list(void) while ((tmpl = gtk_clist_get_row_data (GTK_CLIST(templates.clist_tmpls), row)) != NULL) { + tmpl->tmplid = row; tmpl_list = g_slist_append(tmpl_list, tmpl); row++; } -- cgit v1.2.3