diff options
Diffstat (limited to 'e-util/e-charset-combo-box.c')
-rw-r--r-- | e-util/e-charset-combo-box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-charset-combo-box.c b/e-util/e-charset-combo-box.c index 240c28582f..2d67ceb749 100644 --- a/e-util/e-charset-combo-box.c +++ b/e-util/e-charset-combo-box.c @@ -276,7 +276,7 @@ charset_combo_box_constructed (GObject *object) e_action_combo_box_add_separator_after ( E_ACTION_COMBO_BOX (object), g_slist_length (group)); - g_signal_connect ( + e_signal_connect_notify ( object, "notify::charset", G_CALLBACK (charset_combo_box_notify_charset_cb), NULL); } |