gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2011年10月30日 23:25:47 +0100
committerFrancesco Abbate <francesco.bbt@gmail.com>2011年10月30日 23:25:47 +0100
commit8982766de615fb745ee50934e69475ea153faa29 (patch)
tree473205c701231ac64d53678824acda87d079b622
parent4051c4b56fc0ffb61ab38ef0debeacf3e33a9ce1 (diff)
downloadgsl-shell-fox-window.tar.gz
Fix missing modifications related to fox-window mergefox-window
Diffstat
-rw-r--r--fox/lua_fox_window.cpp 3
-rw-r--r--gui.lua 2
2 files changed, 3 insertions, 2 deletions
diff --git a/fox/lua_fox_window.cpp b/fox/lua_fox_window.cpp
index dee94e12..f7174dc7 100644
--- a/fox/lua_fox_window.cpp
+++ b/fox/lua_fox_window.cpp
@@ -556,5 +556,6 @@ fox_window_register (lua_State *L)
luaL_register (L, NULL, fox_window_methods);
lua_pop (L, 1);
- luaL_register (L, NULL, fox_window_functions);
+ luaL_register (L, "fox", fox_window_functions);
+ lua_pop(L, 1);
}
diff --git a/gui.lua b/gui.lua
index 61a62f81..09568b3f 100644
--- a/gui.lua
+++ b/gui.lua
@@ -8,7 +8,7 @@ local SEL = require 'fox-selector'
local OPTIONS = require 'fox-options'
local OP = require 'fox-method'
-local create = gsl.fox_window
+local create = fox.fox_window
local M = {}
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月11日 00:26:17 +0000

AltStyle によって変換されたページ (->オリジナル) /