Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:44:22 +0000 (17:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:44:22 +0000 (17:44 +0800)
Spawn.vala

index 7ac2897..9c4a19f 100644 (file)
@@ -415,7 +415,7 @@ public class Spawn : Object
                             if (imports.gi.Gtk.events_pending()) {
                                 imports.gi.Gtk.main_iteration();
                             }
-                        } catch(e) {
+                        } catch(Error e) {
                             
                         }
                     }