From 48e03a9ed6d4081da6fe292d69bbc7908f74fda2 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 30 Nov 2007 23:29:53 -0500 Subject: Warn that pm_view content item ID is a string type; src/lua_interface.c --- src/lua_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua_interface.c') diff --git a/src/lua_interface.c b/src/lua_interface.c index ba6de56d..133a6967 100644 --- a/src/lua_interface.c +++ b/src/lua_interface.c @@ -515,7 +515,7 @@ void l_pm_populate(GtkTreeIter *initial_iter) { gtk_tree_store_set(pm_store, &iter, 2, lua_isstring(lua, -1) ? lua_tostring(lua, -1) : lua_tostring(lua, -3)); lua_pop(lua, 1); // display text - } else warn("pm.populate: id key must have table value."); + } else warn("pm.populate: string id key must have table value."); lua_pop(lua, 1); // value } lua_pop(lua, 1); // returned table } -- cgit v1.2.3