aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ext/pm/modules_browser.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2008-06-18 18:25:18 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2008-06-18 18:25:18 -0400
commit10125040e04db186d00e09d090ff8be8ab437d74 (patch)
tree7b42ea776f37f623e0fce9f78ba12d6f1a9ec1a8 /core/ext/pm/modules_browser.lua
parent780482b1658f3b70d65f0e8f511aae8cd1cd5d1c (diff)
No need for empty string pixmap in core/ext/pm/modules_browser.lua.
Diffstat (limited to 'core/ext/pm/modules_browser.lua')
-rw-r--r--core/ext/pm/modules_browser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/pm/modules_browser.lua b/core/ext/pm/modules_browser.lua
index ee712916..28800fc3 100644
--- a/core/ext/pm/modules_browser.lua
+++ b/core/ext/pm/modules_browser.lua
@@ -35,7 +35,7 @@ function get_contents_for(full_path)
pixbuf = 'gtk-directory'
}
else
- dir[entry] = { display_text = entry, pixbuf = '' }
+ dir[entry] = { display_text = entry }
end
end
return dir