Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_wallpaper_web.c 


Log Message:
Make it work again (from Massimiliano Calamelli)

===================================================================
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_int_config_wallpaper_web.c        13 Mar 2008 19:19:10 -0000      1.8
+++ e_int_config_wallpaper_web.c        13 Mar 2008 19:28:12 -0000      1.9
@@ -292,8 +292,8 @@
    if ((cfdata->busy == 0) && (cfdata->pending_downloads == 0))
      {
        cfdata->source = e_widget_ilist_selected_label_get(cfdata->ol);
-       cfdata->busy = 1;
        _reset(import);
+       cfdata->busy = 1;
        _get_feed(cfdata->ol_val, import);
      }
    else 
@@ -355,7 +355,7 @@
             img = strstr(instr, "url=");
             img += 5;
             p = strchr(img, '"');
-            p = 0;
+            *p = 0;
             img = strdup(img);
             state = 3;
          }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to