DH,

Can you do me a favor and check to see if the third option (Xinerama
Support) works at all on your machine?  Even with only a single
monitor it should change the background on all your virtual desktops.
Mine mysteriously stopped working 3-4 days ago.

--ZGold

On 8/20/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote:
> Enlightenment CVS committal
>
> Author  : devilhorns
> Project : e_modules
> Module  : slideshow
>
> Dir     : e_modules/slideshow
>
>
> Modified Files:
>         e_mod_main.c
>
>
> Log Message:
> Missed one last CamelCase, remove it.
>
> ===================================================================
> RCS file: /cvs/e/e_modules/slideshow/e_mod_main.c,v
> retrieving revision 1.49
> retrieving revision 1.50
> diff -u -3 -r1.49 -r1.50
> --- e_mod_main.c        20 Aug 2007 09:34:38 -0000      1.49
> +++ e_mod_main.c        20 Aug 2007 09:53:24 -0000      1.50
> @@ -42,7 +42,7 @@
>  static void         _slide_get_bg_count      (void *data);
>  static void         _slide_set_bg            (void *data, const char *bg);
>  static void         _slide_set_preview       (void *data);
> -static void         _slide_get_bg_subdirs    (void *data, char *localPath);
> +static void         _slide_get_bg_subdirs    (void *data, char *local_path);
>
>  static E_Config_DD *conf_edd = NULL;
>  static E_Config_DD *conf_item_edd = NULL;
> @@ -458,7 +458,7 @@
>  }
>
>  static void
> -_slide_get_bg_subdirs(void *data, char *localPath)
> +_slide_get_bg_subdirs(void *data, char *local_path)
>  {
>     Ecore_List *dir_list;
>     char full_path[4096];
> @@ -473,13 +473,13 @@
>     if(!ci->dir)
>       return;
>
> -   snprintf(full_path, sizeof(full_path), "%s/%s", ci->dir, localPath);
> +   snprintf(full_path, sizeof(full_path), "%s/%s", ci->dir, local_path);
>     dir_list = ecore_file_ls(full_path);
>
>     while((item = ecore_list_next(dir_list)) != NULL)
>       {
>         snprintf(item_full_path, sizeof(item_full_path), "%s/%s", full_path, 
> item);
> -       snprintf(item_local_path, sizeof(item_local_path), "%s/%s", 
> localPath, item);
> +       snprintf(item_local_path, sizeof(item_local_path), "%s/%s", 
> local_path, item);
>
>         if(ecore_file_is_dir(item_full_path))
>           _slide_get_bg_subdirs(inst, item_local_path);
>
>
>
> -------------------------------------------------------------------------
> 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