diff --git a/src/modules/conf_profiles/e_int_config_profiles.c b/src/modules/conf_profiles/e_int_config_profiles.c index 656dc5acd..215542515 100644 --- a/src/modules/conf_profiles/e_int_config_profiles.c +++ b/src/modules/conf_profiles/e_int_config_profiles.c @@ -304,6 +304,7 @@ _new_profile_cb_close(void *data, E_Dialog *dia) e_object_unref(E_OBJECT(dia)); cfdata->dia_new_profile = NULL; cfdata->new_profile = NULL; + cfdata->new_profile_type = 0; } static void @@ -331,6 +332,7 @@ _new_profile_cb_ok(void *data, E_Dialog *dia) e_object_unref(E_OBJECT(dia)); cfdata->dia_new_profile = NULL; cfdata->new_profile = NULL; + cfdata->new_profile_type = 0; _ilist_fill(cfdata); } @@ -342,5 +344,6 @@ _new_profile_cb_dia_del(void *obj) cfdata->dia_new_profile = NULL; cfdata->new_profile = NULL; + cfdata->new_profile_type = 0; e_object_unref(E_OBJECT(dia)); } diff --git a/src/modules/conf_profiles/module.desktop.in b/src/modules/conf_profiles/module.desktop.in index 311715a93..8b9c77acf 100644 --- a/src/modules/conf_profiles/module.desktop.in +++ b/src/modules/conf_profiles/module.desktop.in @@ -2,3 +2,4 @@ Type=Link Name=Configuration - Profiles Icon=e-module-conf_profiles +Comment=E17 Configuration Applet
Allows to manage configuration profiles.