summaryrefslogtreecommitdiff
path: root/gui_callbacks.pm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-02-21 03:21:44 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-02-21 03:21:44 (GMT)
commita2af623db27087aed4145309ff0d3b04bec25c71 (patch)
tree072b98f0c61fbf961e947da1608b8163aa708b62 /gui_callbacks.pm
parentf3fc2edd61405ae40360258f9eb743342f05235a (diff)
fixed file headers
wiget name refactoring
Diffstat (limited to 'gui_callbacks.pm')
-rw-r--r--gui_callbacks.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gui_callbacks.pm b/gui_callbacks.pm
index 5675000..05b6adf 100644
--- a/gui_callbacks.pm
+++ b/gui_callbacks.pm
@@ -1,24 +1,24 @@
#!/usr/bin/perl -w
#
#
-# rhdropbox
+# rhimport
#
# Copyright (C) 2009 Christian Pointner <equinox@helsinki.at>
#
-# This file is part of rhdropbox.
+# This file is part of rhimport.
#
-# rhdropbox is free software: you can redistribute it and/or modify
+# rhimport is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
-# rhdropbox is distributed in the hope that it will be useful,
+# rhimport is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with rhdropbox. If not, see <http://www.gnu.org/licenses/>.
+# along with rhimport. If not, see <http://www.gnu.org/licenses/>.
#
use strict;
@@ -32,7 +32,7 @@ sub on_exit
Gtk2->main_quit;
}
-sub on_b_ok_clicked
+sub on_b_apply_clicked
{
my ($widget, $data) = @_;