Skip to content

Commit

Permalink
remove seeall
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Danjou <julien@danjou.info>
  • Loading branch information
jd authored and terceiro committed Feb 17, 2009
1 parent 668fde8 commit 7efebce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion freedesktop/desktop.lua
Expand Up @@ -7,7 +7,7 @@ local table = table
local awful = require("awful")
local utils = require("freedesktop.utils")

module("freedesktop.desktop", package.seeall)
module("freedesktop.desktop")

local current_pos = {}
local iconsize = { width = 48, height = 48 }
Expand Down
2 changes: 1 addition & 1 deletion freedesktop/menu.lua
Expand Up @@ -5,7 +5,7 @@ local ipairs = ipairs
local table = table
local os = os

module("freedesktop.menu", package.seeall)
module("freedesktop.menu")

-- the categories and their synonyms where shamelessly copied from lxpanel
-- source code.
Expand Down
4 changes: 2 additions & 2 deletions freedesktop/utils.lua
Expand Up @@ -2,9 +2,9 @@

local io = io
local table = table
local os = os
local ipairs = ipairs

module("freedesktop.utils", package.seeall)
module("freedesktop.utils")

terminal = 'xterm'

Expand Down

0 comments on commit 7efebce

Please sign in to comment.