Enlightenment CVS committal Author : leviathan Project : e17 Module : apps/exhibit
Dir : e17/apps/exhibit/src/bin Modified Files: exhibit_main.c Log Message: The Goto button has been dead for ages, remove stale code =================================================================== RCS file: /cvs/e/e17/apps/exhibit/src/bin/exhibit_main.c,v retrieving revision 1.133 retrieving revision 1.134 diff -u -3 -r1.133 -r1.134 --- exhibit_main.c 16 Oct 2007 14:46:44 -0000 1.133 +++ exhibit_main.c 16 Oct 2007 14:48:56 -0000 1.134 @@ -33,7 +33,6 @@ static void _ex_main_monitor_dir(void *data, Ecore_File_Monitor *ecore_file_monitor, Ecore_File_Event event, const char *path); static int _ex_main_dtree_compare_cb(Etk_Tree_Col *col, Etk_Tree_Row *row1, Etk_Tree_Row *row2, void *data); -static void _ex_main_goto_dir_clicked_cb(Etk_Object *object, void *data); static Etk_Bool _ex_main_entry_dir_key_down_cb(Etk_Object *object, void *event, void *data); static void _ex_main_combobox_entry_changed_cb(Etk_Object *object, void *data); static Etk_Bool _ex_main_window_deleted_cb(void *data); @@ -612,16 +611,6 @@ etk_tree_clear(ETK_TREE(e->cur_tab->dtree)); etk_combobox_entry_clear(ETK_COMBOBOX_ENTRY(e->combobox_entry)); _ex_main_populate_files(NULL, EX_TREE_UPDATE_ALL); -} - -static void -_ex_main_goto_dir_clicked_cb(Etk_Object *object, void *data) -{ - e->cur_tab->dir = strdup((char*)etk_entry_text_get(ETK_ENTRY(etk_combobox_entry_entry_get(ETK_COMBOBOX_ENTRY(e->combobox_entry))))); - etk_tree_clear(ETK_TREE(e->cur_tab->itree)); - etk_tree_clear(ETK_TREE(e->cur_tab->dtree)); - etk_combobox_entry_clear(ETK_COMBOBOX_ENTRY(e->combobox_entry)); - _ex_main_populate_files(NULL, EX_TREE_UPDATE_ALL); } static Etk_Bool ------------------------------------------------------------------------- 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