From 10125040e04db186d00e09d090ff8be8ab437d74 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 18 Jun 2008 18:25:18 -0400 Subject: No need for empty string pixmap in core/ext/pm/modules_browser.lua. --- core/ext/pm/modules_browser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ext/pm/modules_browser.lua') 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 -- cgit v1.2.3