diff options
-rwxr-xr-x | control-center | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/control-center b/control-center index 7a881df6..85418c6f 100755 --- a/control-center +++ b/control-center @@ -18,6 +18,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# TODO: once perl-gtk for gtk+2 is there, use a Gtk::Table filled with Gtk::Image, thus killing lot of code + my $_xbindir = "/usr/X11R6/bin"; my $_bindir = "/usr/bin"; my $_sbindir = "/usr/sbin"; @@ -567,6 +569,7 @@ sub sig_usr2 { sub compute_exec_string { my ($log_exp, $exec, $gtkplug, $alternate) = @{$_[0]}; + print "embed($embedded) $alternate $exec\n"; if ($embedded) { if ($gtkplug != -1) { $notebook_global->hide; |