NULL);
}
-static void
-load_store_with_attrs(GtkListStore *model, GVJ_t *job)
-{
+static void load_store_with_attrs(GtkListStore *model) {
gtk_list_store_clear(model);
}
}
cairo_destroy(cr);
- load_store_with_attrs(GTK_LIST_STORE(g_object_get_data(G_OBJECT(widget), "attr_store")), job);
+ load_store_with_attrs(GTK_LIST_STORE(g_object_get_data(G_OBJECT(widget), "attr_store")));
return FALSE;
}
pointer.y = event->y;
(job->callbacks->button_press)(job, event->button, pointer);
- load_store_with_attrs(GTK_LIST_STORE(g_object_get_data(G_OBJECT(widget), "attr_store")), job);
+ load_store_with_attrs(GTK_LIST_STORE(g_object_get_data(G_OBJECT(widget), "attr_store")));
return FALSE;
}