Re: gtk2-perl / GLib-GObject-CRITICAL from GSignal.c
- From: goran kirra net
- To: Guillaume Cottenceau <gc mandrakesoft com>
- Cc: gtk-perl-list gnome org
- Subject: Re: gtk2-perl / GLib-GObject-CRITICAL from GSignal.c
- Date: Tue, 5 Nov 2002 17:32:19 +0100
- }
+ } else
Yes,
thanks for spotting that one, logic thinko/typo.
While looking at that code, what would you think of replacing:
if (strstr(pc->name, "selection_received")) {
by:
if (!strcmp(pc->name, "selection_received")) {
The diffence if subtile and
I am not finished with the selection stuff yet.
I might need some more cases in the logic here.
/göran
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]