diff options
Diffstat (limited to 'src/language-editor.h')
-rw-r--r-- | src/language-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/language-editor.h b/src/language-editor.h index ee5a62193..9b641914b 100644 --- a/src/language-editor.h +++ b/src/language-editor.h @@ -51,7 +51,7 @@ struct LanguageEditorClass { EphyDialogClass parent_class; - void (* changed) (GSList *codes); + void (* list_changed) (GSList *codes); }; GType language_editor_get_type (void); |