summaryrefslogtreecommitdiffstats
path: root/drakconsole
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-09-22 07:58:05 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-12-20 10:26:21 +0100
commit8d1ace874f06c00742f7295b5a6f4a2fa7cb2f0a (patch)
tree4b93f53126913512a62e8b67482e86e7f7ce1614 /drakconsole
parent1c534b5e71d860e91c677c904421d09115e37bfe (diff)
downloadcontrol-center-8d1ace874f06c00742f7295b5a6f4a2fa7cb2f0a.tar
control-center-8d1ace874f06c00742f7295b5a6f4a2fa7cb2f0a.tar.gz
control-center-8d1ace874f06c00742f7295b5a6f4a2fa7cb2f0a.tar.bz2
control-center-8d1ace874f06c00742f7295b5a6f4a2fa7cb2f0a.tar.xz
control-center-8d1ace874f06c00742f7295b5a6f4a2fa7cb2f0a.zip
switch to Vte-3
Diffstat (limited to 'drakconsole')
-rwxr-xr-xdrakconsole4
1 files changed, 2 insertions, 2 deletions
diff --git a/drakconsole b/drakconsole
index 6b161df9..1dea3d34 100755
--- a/drakconsole
+++ b/drakconsole
@@ -27,7 +27,7 @@ use Glib::Object::Introspection;
Glib::Object::Introspection->setup (
basename => 'Vte',
- version => '2.90',
+ version => '2.91',
package => 'Gtk3::Vte');
@@ -44,6 +44,6 @@ $w->{rwindow}->show_all;
$vte->grab_focus();
#$ENV{PS1} = qq(Type "exit"\n);
-$vte->fork_command_full('default', undef, [ $ENV{SHELL} ], undef, 'default', undef);
+$vte->spawn_sync('default', undef, [ $ENV{SHELL} ], undef, 'default', undef);
$w->main;