From a2af623db27087aed4145309ff0d3b04bec25c71 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 21 Feb 2010 03:21:44 +0000 Subject: fixed file headers wiget name refactoring 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 # -# 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 . +# along with rhimport. If not, see . # 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) = @_; diff --git a/rhimport.glade b/rhimport.glade index c1283d4..9699d2c 100644 --- a/rhimport.glade +++ b/rhimport.glade @@ -121,14 +121,14 @@ - + gtk-apply 130 True True True True - + False diff --git a/rhimport.pm b/rhimport.pm index eda2d79..064a8ad 100644 --- a/rhimport.pm +++ b/rhimport.pm @@ -1,24 +1,24 @@ #!/usr/bin/perl -w # # -# rhdropbox +# rhimport # # Copyright (C) 2009 Christian Pointner # -# 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 . +# along with rhimport. If not, see . # use strict; -- cgit v0.10.2