From 4c8bc6784db20dc528da9882a1b9fba9e19d2e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@savoirfairelinux.com> Date: Thu, 30 Jun 2011 14:36:06 -0400 Subject: [PATCH] fix obsolete comment --- sflphone-client-gnome/src/config/videoconf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sflphone-client-gnome/src/config/videoconf.c b/sflphone-client-gnome/src/config/videoconf.c index 365fe7d25c..328588475a 100644 --- a/sflphone-client-gnome/src/config/videoconf.c +++ b/sflphone-client-gnome/src/config/videoconf.c @@ -546,7 +546,7 @@ preferences_dialog_fill_video_input_device_rate_list() /** - * Set the video input device rate on the server with its index + * Set the video input device rate on the server */ static void select_video_input_device_rate (GtkComboBox* comboBox, gpointer data UNUSED) @@ -598,7 +598,7 @@ preferences_dialog_fill_video_input_device_size_list() } /** - * Set the video input device size on the server with its index + * Set the video input device size on the server */ static void select_video_input_device_size (GtkComboBox* comboBox, gpointer data UNUSED) @@ -651,7 +651,7 @@ preferences_dialog_fill_video_input_device_channel_list() } /** - * Set the video input device input on the server with its index + * Set the video input device input on the server */ static void select_video_input_device_channel (GtkComboBox* comboBox, gpointer data UNUSED) @@ -701,7 +701,7 @@ preferences_dialog_fill_video_input_device_list() } /** - * Set the video input device on the server with its index + * Set the video input device on the server */ static void select_video_input_device (GtkComboBox* comboBox, gpointer data UNUSED) -- GitLab