Enlightenment CVS committal
Author : devilhorns
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_int_gadcon_config.c
Log Message:
Disable sorting the gadget list for now. Seems to be causing an issue where
gadgets don't show up.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- e_int_gadcon_config.c 12 Jan 2008 00:27:41 -0000 1.46
+++ e_int_gadcon_config.c 13 Jan 2008 23:20:34 -0000 1.47
@@ -198,9 +198,9 @@
edje_freeze();
e_widget_ilist_freeze(cfdata->o_avail);
e_widget_ilist_clear(cfdata->o_avail);
- l = e_gadcon_provider_list();
- if (l) l = evas_list_sort(l, -1, _gad_list_sort);
- for (; l; l = l->next)
+// l = e_gadcon_provider_list();
+// if (l) l = evas_list_sort(l, -1, _gad_list_sort);
+ for (l = e_gadcon_provider_list(); l; l = l->next)
{
E_Gadcon_Client_Class *cc;
Evas_Object *icon = NULL;
@@ -376,7 +376,7 @@
if (cc->func.label) lbl1 = cc->func.label();
if (!lbl1) lbl1 = cc->name;
-
+
if (cc2->func.label) lbl2 = cc2->func.label();
if (!lbl2) lbl2 = cc2->name;
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs