1998-12-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gdnd.c (perform_action): Fixed a pair of incorrect braces. Files were not being operated on because of this.
Этот коммит содержится в:
родитель
3b03faaa2e
Коммит
accb3df6e6
@ -1,3 +1,8 @@
|
||||
1998-12-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gdnd.c (perform_action): Fixed a pair of incorrect braces.
|
||||
Files were not being operated on because of this.
|
||||
|
||||
1998-12-12 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gscreen.c (panel_tree_drag_motion): Doubled timeout
|
||||
|
@ -201,7 +201,7 @@ perform_action (GList *names, GdkDragAction action, char *destdir)
|
||||
/* FIXME: this error message sucks */
|
||||
if (file_error (_("Could not stat %s\n%s"), dest_name) != FILE_RETRY)
|
||||
result = 0;
|
||||
else {
|
||||
} else {
|
||||
long count = 0;
|
||||
double bytes = 0;
|
||||
|
||||
@ -228,7 +228,6 @@ perform_action (GList *names, GdkDragAction action, char *destdir)
|
||||
&count, &bytes);
|
||||
}
|
||||
}
|
||||
}
|
||||
} while (result != 0);
|
||||
|
||||
g_free (dest_name);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user