From 1dbb3c35cbb74227b01b0ef5e294f1746d06ae9d Mon Sep 17 00:00:00 2001 From: Equip de Desenvolupadors de PBE Date: Wed, 5 Dec 2012 13:43:18 +0000 Subject: [PATCH] --- src/com/upc/pbe/upcnews/Directoris.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/upc/pbe/upcnews/Directoris.java b/src/com/upc/pbe/upcnews/Directoris.java index 841a870..c391e35 100644 --- a/src/com/upc/pbe/upcnews/Directoris.java +++ b/src/com/upc/pbe/upcnews/Directoris.java @@ -122,11 +122,11 @@ public class Directoris extends Activity implements OnClickListener { } catch (ErrorException e) { - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); } catch (WarningException e) { - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); } catch (InfoException e) { - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); } } -- libgit2 0.22.2