Remove printf.

SVN revision: 32152
This commit is contained in:
Christopher Michael 2007-10-24 08:43:00 +00:00
parent 1230661800
commit 5a011806da
1 changed files with 1 additions and 1 deletions

View File

@ -5658,7 +5658,7 @@ _e_fm2_cb_resize_job(void *data)
_e_fm2_regions_populate(sd->obj); _e_fm2_regions_populate(sd->obj);
break; break;
case E_FM2_VIEW_MODE_LIST: case E_FM2_VIEW_MODE_LIST:
printf("LIST RESIZE HANDLE\n"); // printf("LIST RESIZE HANDLE\n");
if (sd->iconlist_changed) if (sd->iconlist_changed)
{ {
for (l = sd->icons; l; l = l->next) for (l = sd->icons; l; l = l->next)