Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/etk/src/tools/etk_prefs Modified Files: etk_prefs.c Log Message: --warnings =================================================================== RCS file: /cvs/e/e17/proto/etk/src/tools/etk_prefs/etk_prefs.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- etk_prefs.c 6 Oct 2006 17:04:15 -0000 1.4 +++ etk_prefs.c 19 Dec 2006 22:01:57 -0000 1.5 @@ -9,7 +9,6 @@ void etk_prefs_standard_item_add(Etk_Widget *tree, char *icon, char *label, void (*func) (void)); static void _etk_prefs_row_clicked(Etk_Object *object, Etk_Tree_Row *row, Etk_Event_Mouse_Up *event, void *data); -static void _etk_prefs_destroy(void *data); static Etk_Widget *_etk_prefs_theme_tab_create(); static void _etk_prefs_theme_row_selected_cb(Etk_Object *object, Etk_Tree_Row *row, void *data); static Etk_Widget *_etk_prefs_theme_preview_get(const char *theme); @@ -113,12 +112,6 @@ if (num) etk_notebook_current_page_set(ETK_NOTEBOOK(data), *num); -} - -static void _etk_prefs_destroy(void *data) -{ - etk_object_destroy(ETK_OBJECT(data)); - etk_main_quit(); } static Etk_Widget *_etk_prefs_theme_tab_create() ------------------------------------------------------------------------- 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