Reset new profile type; module description added.

SVN revision: 31538
This commit is contained in:
Miculcy Brian 2007-08-26 21:41:20 +00:00
parent a0f9462d1d
commit 1cc31e12b3
2 changed files with 4 additions and 0 deletions

View File

@ -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));
}

View File

@ -2,3 +2,4 @@
Type=Link
Name=Configuration - Profiles
Icon=e-module-conf_profiles
Comment=<hilight>E17 Configuration Applet</hilight><br>Allows to manage configuration profiles.