Enlightenment CVS committal

Author  : ravenlock
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibox


Modified Files:
        e_mod_main.c 


Log Message:
Pass in the actual config item.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -3 -r1.88 -r1.89
--- e_mod_main.c        16 Sep 2007 10:50:46 -0000      1.88
+++ e_mod_main.c        12 Oct 2007 06:45:31 -0000      1.89
@@ -1295,7 +1295,6 @@
 _ibox_cb_menu_configuration(void *data, E_Menu *m, E_Menu_Item *mi)
 {
    IBox *b;
-   Config_Item *ci;
    int ok = 1;
    Evas_List *l;
 
@@ -1311,7 +1310,7 @@
             break;
          }
      }
-   if (ok) _config_ibox_module(ci);
+   if (ok) _config_ibox_module(b->inst->ci);
 }
 
 /***************************************************************************/



-------------------------------------------------------------------------
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