From 1cc31e12b3406543bbe61c496a964ce235d4b2ed Mon Sep 17 00:00:00 2001 From: Miculcy Brian Date: Sun, 26 Aug 2007 21:41:20 +0000 Subject: [PATCH] Reset new profile type; module description added. SVN revision: 31538 --- src/modules/conf_profiles/e_int_config_profiles.c | 3 +++ src/modules/conf_profiles/module.desktop.in | 1 + 2 files changed, 4 insertions(+) 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.