gnome: add right click 'copy' to history

Also make the incoming name/number label selectable

Refs #68330

Change-Id: If567dc36ffa61dfae67501522b44593df88b353a
diff --git a/src/video/video_widget.cpp b/src/video/video_widget.cpp
index 06c3bf2..3e58560 100644
--- a/src/video/video_widget.cpp
+++ b/src/video/video_widget.cpp
@@ -282,7 +282,7 @@
 }
 
 static void
-switch_video_input_screen(G_GNUC_UNUSED GtkWidget *widget, G_GNUC_UNUSED gpointer user_data)
+switch_video_input_screen(G_GNUC_UNUSED GtkWidget *item, G_GNUC_UNUSED gpointer user_data)
 {
     unsigned x, y;
     unsigned width, height;
@@ -314,7 +314,7 @@
 }
 
 static void
-switch_video_input_file(GtkWidget *parent)
+switch_video_input_file(G_GNUC_UNUSED GtkWidget *item, GtkWidget *parent)
 {
     if (parent && GTK_IS_WIDGET(parent)) {
         /* get parent window */