Re: gtk2-perl / GLib-GObject-CRITICAL from GSignal.c



-           }
+           } 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]