Added copyright notices

This commit is contained in:
Pierre Pronchery 2006-11-01 20:07:34 +00:00
parent 2402168082
commit 941fd5a6c3

View File

@ -1,4 +1,5 @@
/* run.c */
/* $Id$ */
/* Copyright (c) 2006 The DeforaOS Project */
@ -114,6 +115,7 @@ static void _on_run_execute(GtkWidget * widget, gpointer data)
path = gtk_entry_get_text(GTK_ENTRY(widget));
execlp("/bin/sh", "run", "-c", path, NULL);
_run_error(strerror(errno), 0);
exit(0);
}
static void _on_run_path_activate(GtkWidget * widget, gpointer data)