X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=trunk%2Flttv%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fprocesslist.c;h=1b07852c47967ea6efa7ebd5264eaa8c19fa6c14;hb=43ed82b5b0a7de73d473ec7e6f8802e18d729ec3;hp=dec03cfca844507654a95e53ffd8f6142be0b667;hpb=4ad053dfb73552faef1acc273a816ecf49e25b14;p=lttv.git diff --git a/trunk/lttv/lttv/modules/gui/resourceview/processlist.c b/trunk/lttv/lttv/modules/gui/resourceview/processlist.c index dec03cfc..1b07852c 100644 --- a/trunk/lttv/lttv/modules/gui/resourceview/processlist.c +++ b/trunk/lttv/lttv/modules/gui/resourceview/processlist.c @@ -246,9 +246,9 @@ void update_pixmap_size(ProcessList *process_list, guint width) { int i; for(i=0; irestypes[i].hash_table, - (GHFunc)update_pixmap_size_each, - (gpointer)width); + g_hash_table_foreach(process_list->restypes[i].hash_table, + (GHFunc)update_pixmap_size_each, + GUINT_TO_POINTER(width)); } }