summaryrefslogtreecommitdiff
path: root/search.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-13 15:25:02 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-13 15:25:02 +0200
commitc1eb525370eae11547bf293659309ad6dadba911 (patch)
tree4675a8e533a4d4a86ee1c1293b68a7f51e4077c8 /search.c
parent93cfb34f1504637c7e339ea210bce93b1a7fc59c (diff)
moved to pango from own system for ellipsizing
Diffstat (limited to 'search.c')
-rw-r--r--search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.c b/search.c
index 1e866d5b..f82db024 100644
--- a/search.c
+++ b/search.c
@@ -85,7 +85,7 @@ on_searchentry_changed (GtkEditable *editable,
extern gtkplaylist_t search_playlist;
gtkplaylist_t *ps = &search_playlist;
gtkpl_setup_scrollbar (ps);
- memset (ps->fmtcache, 0, sizeof (int16_t) * 3 * pl_ncolumns * ps->nvisiblerows);
+ //memset (ps->fmtcache, 0, sizeof (int16_t) * 3 * pl_ncolumns * ps->nvisiblerows);
gtkpl_draw_playlist (ps, 0, 0, ps->playlist->allocation.width, ps->playlist->allocation.height);
gtkpl_expose (ps, 0, 0, ps->playlist->allocation.width, ps->playlist->allocation.height);
}