Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.46 KB | None | 0 0
  1. *** e_fm.c  2011-07-22 10:09:14.338260001 +0200
  2. --- e_fm.c  2011-07-22 10:02:25.042260000 +0200
  3. ***************
  4. *** 3543,3548 ****
  5. --- 3543,3549 ----
  6.           _e_fm_client_file_move(args, sd->obj);
  7.        }
  8.  
  9. +    e_fm2_refresh(sd);
  10.      free(args);
  11.   }
  12.  
  13. ***************
  14. *** 9563,9568 ****
  15. --- 9564,9570 ----
  16.        }
  17.      
  18.      evas_object_smart_callback_call(ic->sd->obj, "files_deleted", NULL);
  19. +    e_fm2_refresh(ic->sd);
  20.   }
  21.  
  22.   static void
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement