Fix warning when selecting a finger to enroll in the combo box (Closes:

2009-03-12  Bastien Nocera  <hadess@hadess.net>

	* gnome-about-me-fingerprint.c (finger_combobox_changed):
	Fix warning when selecting a finger to enroll in the combo box
	(Closes: #574974)


svn path=/trunk/; revision=9341
This commit is contained in:
Bastien Nocera 2009-03-12 10:27:17 +00:00 committed by Bastien Nocera
parent bdaa0cb802
commit c93e865a5f
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-03-12 Bastien Nocera <hadess@hadess.net>
* gnome-about-me-fingerprint.c (finger_combobox_changed):
Fix warning when selecting a finger to enroll in the combo box
(Closes: #574974)
==================== 2.25.92 ====================
2009-02-23 Thomas H.P. Andersen <phomes@gmail.com>

View file

@ -310,7 +310,7 @@ finger_radio_button_toggled (GtkToggleButton *button, EnrollData *data)
static void
finger_combobox_changed (GtkComboBox *combobox, EnrollData *data)
{
data->finger = selected_finger (data->dialog_page2);
data->finger = selected_finger (data->dialog_page1);
}
static void