X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=gtkconsole%2Fgtkconsole;h=54dcba6b253df4e95f8929a4bb7a4ce87ae99214;hb=a5b42f8de3d2882755f72d42d9e9092868a61ec1;hp=554d19840466c2b21686702e1e7a3d9b793e5168;hpb=5abb852ba9558743d4713b3fc46ce667adf68bb4;p=spider.git diff --git a/gtkconsole/gtkconsole b/gtkconsole/gtkconsole index 554d1984..54dcba6b 100755 --- a/gtkconsole/gtkconsole +++ b/gtkconsole/gtkconsole @@ -326,7 +326,7 @@ sub handlemsg if (__PACKAGE__->can($handle)) { __PACKAGE__->$handle($list); } else { - push @$list, $cmd; + unshift @$list, $cmd; __PACKAGE__->handle_def($list); } }