diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-04-12 14:29:31 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-04-12 14:29:31 (GMT) |
commit | e876d31127ee13008e89cf4cee8e6419550960a4 (patch) | |
tree | 2dd5a1310f56f7e36c202ba06daebccf784c2a3f /rhimport | |
parent | fab3db99c09a2b452fb9cc9da4d9201a393ec7ea (diff) |
fixed gui error callback
Diffstat (limited to 'rhimport')
-rwxr-xr-x | rhimport | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ my $gui_error_cb = sub { print STDERR "no GUI definition found!\n"; exit 2; } - $text . "\n\nVorgang abbrechen?"; + $text .= "\n\nVorgang abbrechen?"; my $parent_window = $guixml->get_widget('appwin'); my $dialog = Gtk2::MessageDialog->new ($parent_window, 'destroy-with-parent', 'error', 'yes-no', $text); |