X-Git-Url: http://git.sourceforge.jp/view?p=neighbornote%2FNeighborNote.git;a=blobdiff_plain;f=src%2Fcx%2Ffbn%2Fnevernote%2Fsql%2FNotebookTable.java;h=3cf3ab0f3dc3544ba5ed983946e073b2497ce792;hp=5da5f5472b7bdb021add1520e1a6930a3419ddec;hb=9e4e56c4e86447fc19690bfe9071122c60dd2761;hpb=205a69cdb89f5abb3a2f3cf4de33bcd2f4841c62 diff --git a/src/cx/fbn/nevernote/sql/NotebookTable.java b/src/cx/fbn/nevernote/sql/NotebookTable.java index 5da5f54..3cf3ab0 100644 --- a/src/cx/fbn/nevernote/sql/NotebookTable.java +++ b/src/cx/fbn/nevernote/sql/NotebookTable.java @@ -736,7 +736,7 @@ public class NotebookTable { return; } - if (!query.prepare("update SystemIcon set stack=:newName where stack=:oldName and type='STACK'")) { + if (!query.prepare("update SystemIcon set name=:newName where name=:oldName and type='STACK'")) { logger.log(logger.EXTREME, "Error preparing icon rename in renameStacks."); return; }