Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/estickies/src/bin


Modified Files:
        Makefile.am stickies.c stickies.h theme_chooser.h 
Added Files:
        about.c about.h 


Log Message:
add an about dialog

===================================================================
RCS file: /cvs/e/e17/proto/estickies/src/bin/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 31 Jul 2006 00:31:45 -0000      1.2
+++ Makefile.am 4 Aug 2006 04:30:40 -0000       1.3
@@ -18,6 +18,7 @@
 stickies.c \
 conf.c \
 theme_chooser.c \
+about.c \
 $(estickies_INCLUDES)
 
 estickies_LDADD = @my_libs@
===================================================================
RCS file: /cvs/e/e17/proto/estickies/src/bin/stickies.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- stickies.c  3 Aug 2006 02:40:11 -0000       1.4
+++ stickies.c  4 Aug 2006 04:30:40 -0000       1.5
@@ -212,7 +212,8 @@
    _etk_menu_stock_item_new("Save", ETK_STOCK_DOCUMENT_SAVE, 
ETK_MENU_SHELL(menu), ETK_CALLBACK(_e_config_save), ss);
    _etk_menu_stock_item_new("Delete", ETK_STOCK_EDIT_DELETE, 
ETK_MENU_SHELL(menu), ETK_CALLBACK(_e_sticky_delete_confirm), s);
    _etk_menu_stock_item_new("Options", ETK_STOCK_PREFERENCES_DESKTOP_THEME, 
ETK_MENU_SHELL(menu), ETK_CALLBACK(_e_theme_chooser_show), s);
-   _etk_menu_stock_item_new("Quit", ETK_STOCK_NO_STOCK, ETK_MENU_SHELL(menu), 
ETK_CALLBACK(etk_main_quit), NULL);
+   _etk_menu_stock_item_new("About", ETK_STOCK_DIALOG_INFORMATION, 
ETK_MENU_SHELL(menu), ETK_CALLBACK(_e_about_show), NULL);
+   _etk_menu_stock_item_new("Quit", ETK_STOCK_DIALOG_CLOSE, 
ETK_MENU_SHELL(menu), ETK_CALLBACK(etk_main_quit), NULL);
    etk_menu_popup(ETK_MENU(menu));
 }
 
===================================================================
RCS file: /cvs/e/e17/proto/estickies/src/bin/stickies.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- stickies.h  3 Aug 2006 02:40:11 -0000       1.3
+++ stickies.h  4 Aug 2006 04:30:40 -0000       1.4
@@ -38,6 +38,7 @@
 
 #include "conf.h"
 #include "theme_chooser.h"
+#include "about.h"
 
 struct _E_Config_Sticky
 {
===================================================================
RCS file: /cvs/e/e17/proto/estickies/src/bin/theme_chooser.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- theme_chooser.h     31 Jul 2006 00:31:45 -0000      1.1
+++ theme_chooser.h     4 Aug 2006 04:30:40 -0000       1.2
@@ -4,5 +4,3 @@
 void _e_theme_chooser_show(E_Sticky *s);
 
 #endif
-
-  



-------------------------------------------------------------------------
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