summaryrefslogtreecommitdiff
path: root/plugins/gtkui
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-21 21:29:51 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-21 21:29:51 +0100
commitae2e616470bf7b0505a23a3a4cb23f2d9e95bdb9 (patch)
treec18e0090acc5caf62fa76552c78230d120d2cad3 /plugins/gtkui
parent0bc0bc60593c47ec76f2b4b6a62f393ae9490588 (diff)
fixed crach on equinox gtk engine
Diffstat (limited to 'plugins/gtkui')
-rw-r--r--plugins/gtkui/ddblistview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/ddblistview.c b/plugins/gtkui/ddblistview.c
index c4a17663..6ef5a142 100644
--- a/plugins/gtkui/ddblistview.c
+++ b/plugins/gtkui/ddblistview.c
@@ -1934,7 +1934,7 @@ ddb_listview_header_render (DdbListview *ps) {
int arrow_sz = 10;
int sort = c->sort_order;
if (w > 0) {
- gtk_paint_vline (widget->style, ps->backbuf_header, GTK_STATE_NORMAL, NULL, NULL, NULL, 2, h-4, xx+w - 2);
+ gtk_paint_vline (widget->style, ps->backbuf_header, GTK_STATE_NORMAL, NULL, widget, NULL, 2, h-4, xx+w - 2);
GdkColor *gdkfg = &theme_button->style->fg[0];
float fg[3] = {(float)gdkfg->red/0xffff, (float)gdkfg->green/0xffff, (float)gdkfg->blue/0xffff};
draw_set_fg_color (fg);