Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        etk_list_viewer.c 


Log Message:
wrong stock id

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/etk_list_viewer.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -3 -r1.84 -r1.85
--- etk_list_viewer.c   28 Jul 2007 12:25:40 -0000      1.84
+++ etk_list_viewer.c   28 Jul 2007 12:35:23 -0000      1.85
@@ -543,7 +543,7 @@
          entropy_plugin_thumbnail_request(instance, file, 
(void*)gui_event_callback); 
     thumbnail_filename= etk_theme_icon_path_get();
     /* [TODO] ETK_STOCK_BIG needs to be gotten from the config */
-    thumbnail_key = etk_stock_key_get(ETK_STOCK_PLACES_FOLDER, ETK_STOCK_BIG);
+    thumbnail_key = etk_stock_key_get(ETK_STOCK_TEXT_X_GENERIC, ETK_STOCK_BIG);
   } else {
     thumbnail_filename = file->thumbnail->thumbnail_filename;
     thumbnail_key = NULL;



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

Reply via email to