Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/estickies

Dir     : e17/apps/estickies/src/bin


Modified Files:
        plugin.c 


Log Message:
go with the ecore changes

===================================================================
RCS file: /cvs/e/e17/apps/estickies/src/bin/plugin.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- plugin.c    7 Sep 2007 18:00:57 -0000       1.3
+++ plugin.c    6 Nov 2007 17:55:31 -0000       1.4
@@ -1,6 +1,6 @@
 #include "stickies.h"

 

-static int _e_plugin_path = -1;

+static Ecore_Path_Group *_e_plugin_path = NULL;

 static Ecore_Hash *_e_plugin_loaded;

 

 static int _e_plugin_unload_from_ptr(Ecore_Plugin *plugin);

@@ -16,7 +16,7 @@
    if (!home)

      return 0;

    

-   _e_plugin_path = ecore_path_group_new("estickies_plugin_path");

+   _e_plugin_path = ecore_path_group_new();

    

    snprintf(path, sizeof(path), "%s/.e/estickies/plugins", home);

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

Reply via email to