Hello,

> clamtk
> *** unhandled exception in callback:
> ***   FATAL: invalid GtkDialogFlags value no-separator, expecting:
> modal / GTK_DIALOG_MODAL, destroy-with-parent /
> GTK_DIALOG_DESTROY_WITH_PARENT, use-header-bar /
> GTK_DIALOG_USE_HEADER_BAR at /usr/share/perl5/Gtk3.pm line 1136. ***
> ignoring at /usr/share/perl5/Gtk3.pm line 572.

This bug also affects the "Analysis" function and is caused by an error in two
modules of ClamTk, /usr/share/perl5/ClamTk/Analysis.pm
and /usr/share/perl5/ClamTk/Scan.pm
There, Gtk3::Dialog->new is called with the parameter "no-separator"
which is invalid for Gtk3 as the error message states (it was valid in
Gtk2
https://developer.gnome.org/gtk2/stable/GtkDialog.html#GtkDialogFlags)

In Gtk3.pm, prior to the current version, the handling of the flags in 
Gtk3::Dialog->new was buggy . This was changed in version 0.038 , see
https://github.com/GNOME/perl-gtk3/commit/ac5ace1e5839b992693fad13ebdc08ec7cab1876,
 
so this problem only appears with the most recent version of Gtk3.pm

with best regards

Ulrich Harttig

Attachment: pgp0HiShz7Ful.pgp
Description: Digitale Signatur von OpenPGP

_______________________________________________
Pkg-clamav-devel mailing list
Pkg-clamav-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-clamav-devel

Reply via email to