Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/estickies/src/bin


Modified Files:
        about.c conf.c 


Log Message:
- close eet file when we need to use default conf due to improper configs 
version.


===================================================================
RCS file: /cvs/e/e17/proto/estickies/src/bin/about.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- about.c     4 Aug 2006 15:05:20 -0000       1.2
+++ about.c     5 Aug 2006 16:46:51 -0000       1.3
@@ -43,9 +43,9 @@
                          "uses Etk. It uses Etk's runtime theming support "
                          "to change the look and feel of the windows and "
                          "buttons.\n"
-                         "<b><p align=\"center\"><style effect=\"glow\">"
-                         VERSION
-                         "</style></p></b>",
+                         "<p align=\"center\"><style effect=glow color1=#fa14 
color2=#fe87>"
+                         "<b>"VERSION"</b>"
+                         "</style></p>",
                          ETK_TRUE);
    etk_container_add(ETK_CONTAINER(frame), desctext);
    etk_box_pack_start(ETK_BOX(vbox), frame, ETK_FALSE, ETK_FALSE, 0);   
===================================================================
RCS file: /cvs/e/e17/proto/estickies/src/bin/conf.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- conf.c      4 Aug 2006 15:05:20 -0000       1.3
+++ conf.c      5 Aug 2006 16:46:51 -0000       1.4
@@ -216,6 +216,7 @@
        if(_e_config_version_compare(v, ss->version) != 0)
          {
             ERROR("Your version / configuration of E-Stickies is not valid!");
+            eet_close(ef);          
             _e_config_defaults_apply(ss);           
             return 0;
          }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to