Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fwin.c Log Message: fix title of fwin fin =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fwin.c,v retrieving revision 1.50 retrieving revision 1.51 diff -u -3 -r1.50 -r1.51 --- e_fwin.c 5 Jun 2007 13:58:05 -0000 1.50 +++ e_fwin.c 6 Jun 2007 12:31:20 -0000 1.51 @@ -969,6 +969,10 @@ } evas_object_del(oic); } + if (ici->label) + e_win_title_set(fwin2->win, ici->label); + else if (ici->file) + e_win_title_set(fwin2->win, ici->file); } fwin2 = NULL; } ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs