comparison src/view_dir.c @ 511:e21da52016c8

Indentation fix.
author zas_
date Thu, 24 Apr 2008 11:40:26 +0000
parents 3bb9a8df6ee9
children f9bf33be53ff
comparison
equal deleted inserted replaced
510:809bcb660781 511:e21da52016c8
696 } 696 }
697 vd_dest_set(vd, TRUE); 697 vd_dest_set(vd, TRUE);
698 } 698 }
699 699
700 static void vd_dnd_drop_receive(GtkWidget *widget, 700 static void vd_dnd_drop_receive(GtkWidget *widget,
701 GdkDragContext *context, gint x, gint y, 701 GdkDragContext *context, gint x, gint y,
702 GtkSelectionData *selection_data, guint info, 702 GtkSelectionData *selection_data, guint info,
703 guint time, gpointer data) 703 guint time, gpointer data)
704 { 704 {
705 ViewDir *vd = data; 705 ViewDir *vd = data;
706 GtkTreePath *tpath; 706 GtkTreePath *tpath;
707 FileData *fd = NULL; 707 FileData *fd = NULL;
708 708