First bug discovered as a result of global-removal: pasting into

pterm caused a crash because I had the wrong prototype for the
selection_received event handler. Should be fixed.

[originally from svn r2150]
This commit is contained in:
Simon Tatham 2002-10-28 09:38:28 +00:00
Родитель a4ca42238f
Коммит 9a5939e9cf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1229,7 +1229,7 @@ void request_paste(void *frontend)
gint idle_paste_func(gpointer data); /* forward ref */
void selection_received(GtkWidget *widget, GtkSelectionData *seldata,
gpointer data)
guint time, gpointer data)
{
struct gui_data *inst = (struct gui_data *)data;