diff options
-rw-r--r-- | lisp/+tab-bar.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/+tab-bar.el b/lisp/+tab-bar.el index b88b7eb..c56ca68 100644 --- a/lisp/+tab-bar.el +++ b/lisp/+tab-bar.el | |||
@@ -118,7 +118,8 @@ | |||
118 | "\\(.*\\)\\(.*\\)\\(.*\\)" | 118 | "\\(.*\\)\\(.*\\)\\(.*\\)" |
119 | "\\1: \\3" | 119 | "\\1: \\3" |
120 | (bongo-formatted-infoset)) | 120 | (bongo-formatted-infoset)) |
121 | (- +tab-bar-emms-max-length 2))) | 121 | ;; This isn't right |
122 | (- (min 50 (/ (frame-width) 3 )) 2))) | ||
122 | "}") | 123 | "}") |
123 | (lambda () (interactive) | 124 | (lambda () (interactive) |
124 | (let ((bongo-playlist-buffer | 125 | (let ((bongo-playlist-buffer |