Perhaps a better wording would be "Allows management of configuration
profiles" ?

On 8/26/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote:
> Enlightenment CVS committal
>
> Author  : morlenxus
> Project : e17
> Module  : apps/e
>
> Dir     : e17/apps/e/src/modules/conf_profiles
>
>
> Modified Files:
>         e_int_config_profiles.c module.desktop.in
>
>
> Log Message:
> Reset new profile type; module description added.
>
> ===================================================================
> RCS file: 
> /cvs/e/e17/apps/e/src/modules/conf_profiles/e_int_config_profiles.c,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -3 -r1.4 -r1.5
> --- e_int_config_profiles.c     3 Aug 2007 10:20:35 -0000       1.4
> +++ e_int_config_profiles.c     26 Aug 2007 21:41:20 -0000      1.5
> @@ -304,6 +304,7 @@
>     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 @@
>     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 @@
>
>     cfdata->dia_new_profile = NULL;
>     cfdata->new_profile = NULL;
> +   cfdata->new_profile_type = 0;
>     e_object_unref(E_OBJECT(dia));
>  }
> ===================================================================
> RCS file: /cvs/e/e17/apps/e/src/modules/conf_profiles/module.desktop.in,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -3 -r1.1 -r1.2
> --- module.desktop.in   16 Jul 2007 00:45:58 -0000      1.1
> +++ module.desktop.in   26 Aug 2007 21:41:20 -0000      1.2
> @@ -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.
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> enlightenment-cvs mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
>


-- 
Zachary Goldberg
Computer Science Major
School of Engineering at the University of Pennsylvania
Philadelphia PA

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to