Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/exhibit

Dir     : e17/apps/exhibit/src/bin


Modified Files:
        exhibit_main.c 


Log Message:
etk_theme_icon_get() -> etk_theme_icon_path_get()

===================================================================
RCS file: /cvs/e/e17/apps/exhibit/src/bin/exhibit_main.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -3 -r1.94 -r1.95
--- exhibit_main.c      6 Feb 2007 04:56:45 -0000       1.94
+++ exhibit_main.c      21 Mar 2007 19:43:04 -0000      1.95
@@ -212,7 +212,7 @@
      {
        snprintf(back, PATH_MAX, "..");
        etk_tree_row_append(ETK_TREE(e->cur_tab->dtree), NULL, e->cur_tab->dcol,
-                     etk_theme_icon_get(), "actions/go-up_16", back, NULL);
+                     etk_theme_icon_path_get(), "actions/go-up_16", back, 
NULL);
      }
 
    if (e->cur_tab->monitor)
@@ -255,7 +255,7 @@
             if(S_ISDIR(st.st_mode))
               {
                  etk_tree_row_append(ETK_TREE(e->cur_tab->dtree), NULL, 
e->cur_tab->dcol,
-                       etk_theme_icon_get(),
+                       etk_theme_icon_path_get(),
                        "places/folder_16",
                        dir_entry->d_name, NULL);
                  e->cur_tab->dirs = evas_list_append(e->cur_tab->dirs, 
dir_entry->d_name);



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