summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center6
1 files changed, 6 insertions, 0 deletions
diff --git a/control-center b/control-center
index f73aaeeb..652cb311 100755
--- a/control-center
+++ b/control-center
@@ -32,6 +32,7 @@ use detect_devices;
use lang;
use feature 'state';
use POSIX qw(:signal_h :sys_utsname_h :math_h :sys_wait_h :unistd_h);
+use Glib::Object::Introspection;
POSIX::sigprocmask(SIG_BLOCK, POSIX::SigSet->new(SIGCHLD));
@@ -43,6 +44,11 @@ use Gtk3::WebKit2;
use MDV::Control_Center;
+Glib::Object::Introspection->setup (
+ basename => 'PangoCairo',
+ version => '1.0',
+ package => 'Pango::Cairo');
+
my (%tool_pids, %tool_feedback, $gurpmi_pid);
my ($conffile, $class_install) = ('/etc/mcc.conf', '/etc/sysconfig/system');