Commit 1dbb3c35cbb74227b01b0ef5e294f1746d06ae9d

Authored by Imanol-Mikel Barba Sabariego
1 parent 5cc8bccf

--no commit message

src/com/upc/pbe/upcnews/Directoris.java
@@ -122,11 +122,11 @@ public class Directoris extends Activity implements OnClickListener { @@ -122,11 +122,11 @@ public class Directoris extends Activity implements OnClickListener {
122 122
123 123
124 } catch (ErrorException e) { 124 } catch (ErrorException e) {
125 - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); 125 + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show();
126 } catch (WarningException e) { 126 } catch (WarningException e) {
127 - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); 127 + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show();
128 } catch (InfoException e) { 128 } catch (InfoException e) {
129 - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); 129 + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show();
130 } 130 }
131 } 131 }
132 132