all repos — fluxbox @ b25e9d0c202877a8c80404f08dff91cf5eda1009

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

b25e9d0c202877a8c80404f08dff91cf5eda1009

parent

5baf2304dfbe4b2f463b440568436c4178afd0da

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.cc,v 1.220 2003/08/17 13:21:32 fluxgen Exp $ +// $Id: Screen.cc,v 1.221 2003/08/17 19:06:10 fluxgen Exp $ #include "Screen.hh"

@@ -2068,7 +2068,7 @@

int slen = stylesdir.size(); // for each file in directory add filename and path to menu for (size_t file_index = 0; file_index < dir.entries(); file_index++) { - std::string style(stylesdir + '/' + filelist[file_index]) + std::string style(stylesdir + '/' + filelist[file_index]); if (FbTk::Directory::isRegularFile(style)) { FbTk::MenuItem *item = new StyleMenuItem(filelist[file_index], style);