summaryrefslogtreecommitdiff
path: root/rhimport
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-04-12 14:29:31 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-04-12 14:29:31 (GMT)
commit8289ad7a405988f8dcdddfe5784e1a64fc377ab8 (patch)
tree2dd5a1310f56f7e36c202ba06daebccf784c2a3f /rhimport
parent10f8c9198930c806fc01d1ca3e4efcf9a6c607d8 (diff)
fixed gui error callback
git-svn-id: https://svn.helsinki.at/rhimport/trunk@39 7c65635b-ec39-4f67-a626-873dbafdd612
Diffstat (limited to 'rhimport')
-rwxr-xr-xrhimport2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport b/rhimport
index e25a1d3..ce4463c 100755
--- a/rhimport
+++ b/rhimport
@@ -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);