[gthumb] fixed function name



commit 814228ec9f41a1d2b4e3bee15ea0ccf2f626c17f
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Oct 27 15:47:31 2011 +0200

    fixed function name

 .../importer/gth-import-destination-button.c       |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/extensions/importer/gth-import-destination-button.c b/extensions/importer/gth-import-destination-button.c
index 93c1468..28859ba 100644
--- a/extensions/importer/gth-import-destination-button.c
+++ b/extensions/importer/gth-import-destination-button.c
@@ -102,9 +102,9 @@ gth_import_destination_button_class_init (GthImportDestinationButtonClass *klass
 
 
 static void
-subfolder_label_state_changed_cb (GtkWidget     *widget,
-				  GtkStateFlags  flags,
-				  gpointer       user_data)
+subfolder_label_state_flags_changed_cb (GtkWidget     *widget,
+					GtkStateFlags  flags,
+					gpointer       user_data)
 {
 	_update_subfolder_label_color (GTH_IMPORT_DESTINATION_BUTTON (user_data));
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]