diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/ext/pm/modules_browser.lua | 2 |
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 |