Enlightenment CVS committal

Author  : ravenlock
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_modules.c 


Log Message:
Allow loaded modules to show their description as well.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- e_int_config_modules.c      25 Aug 2007 20:03:40 -0000      1.67
+++ e_int_config_modules.c      26 Aug 2007 02:51:37 -0000      1.68
@@ -449,6 +449,10 @@
        lbl = e_widget_ilist_nth_label_get(cfdata->o_loaded, i);
        module = evas_hash_find(modules, lbl);
        if (!module) continue;
+       if (module->comment)
+               e_widget_textblock_markup_set(cfdata->o_desc, module->comment);
+       else
+               e_widget_textblock_markup_set(cfdata->o_desc, "Description: 
Unavailable.");
        module->selected = 1;
        if (c == 1) 
          {



-------------------------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to