Enlightenment CVS committal

Author  : fletch3k
Project : misc
Module  : enotes

Dir     : misc/enotes/src


Modified Files:
        main.c notecmds.c 


Log Message:
Lots of Configuration Bugs i thought I fixed are not fixed.  Phew!
And theres now a lovely icon i copyed from the gnome set.  For those
who like it on their iconbars. :-)

===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- main.c      6 Feb 2003 21:33:00 -0000       1.6
+++ main.c      9 Feb 2003 11:29:31 -0000       1.7
@@ -85,7 +85,8 @@
        strcat(fn, "/.e/enotes/notes");
        strcpy(bgfile, "/usr/local/share/enotes/data/bg.jpg");
        strcpy(font, "/usr/local/share/enotes/data/arial.ttf");
-       strcpy(configfn, "/usr/local/share/enotes/data/config");
+       strcpy(configfn, getenv("HOME"));
+       strcat(configfn, "/.e/enotes/config");
        strcpy(xbtnfn, "/usr/local/share/enotes/data/x.png");
        strcpy(openwinimg, "/usr/local/share/enotes/data/titleimg.jpg");
        strcpy(lastbtn, "/usr/local/share/enotes/data/lastbtn.png");
@@ -412,5 +413,6 @@
        }
        fclose(file);
        free(tmp2);
+       printf("%d", strlen(bgfile));
        return;
 }
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/notecmds.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- notecmds.c  6 Feb 2003 17:52:31 -0000       1.2
+++ notecmds.c  9 Feb 2003 11:29:31 -0000       1.3
@@ -91,6 +91,8 @@
 getncmd (char *number)
 {
        char *gnctmp=malloc(20);
+       printf("This Section is kinda broke.\n");
+       return;
        number[strlen(number)]='\0';
        sprintf(gnctmp, "enotes -n %s&", number);
        printf("%s\n", gnctmp);




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to