Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_theme_about.c 


Log Message:
use the e_win_border_icon_set function for this dialog.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_theme_about.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_theme_about.c     23 Aug 2006 03:39:02 -0000      1.7
+++ e_theme_about.c     27 Nov 2006 12:57:25 -0000      1.8
@@ -72,7 +72,7 @@
        e_win_size_max_set(about->win, mw, mh);
      }
    e_win_show(about->win);
-   about->win->border->internal_icon = 
evas_stringshare_add("enlightenment/themes");
+   e_win_border_icon_set(about->win, "enlightenment/themes");
 }
 
 /* local subsystem functions */



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