Commit 28b8ba02620158c249eeb87d455cd6d52162eecd
1 parent
dee77592
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
src/com/upc/pbe/upcnews/Directoris.java
... | ... | @@ -42,7 +42,7 @@ public class Directoris extends Activity implements OnClickListener { |
42 | 42 | for (int i = 0; i < dirs.size(); i++) { |
43 | 43 | Log.d(TAG, "Directori " + dirs.get(i).toString()); |
44 | 44 | buttons.get(i).setVisibility(View.VISIBLE); |
45 | - buttons.get(i).setText(dirs.get(i)); | |
45 | + buttons.get(i).setText(pars.processar(dirs.get(i))); | |
46 | 46 | } |
47 | 47 | } |
48 | 48 | ... | ... |