Re: GGV 1.1.96
- From: "Sergey V. Udaltsov" <sergey oudaltsov clients ie>
- To: Michael Meeks <michael ximian com>
- Cc: bonobo <gnome-components-list gnome org>
- Subject: Re: GGV 1.1.96
- Date: 30 Jul 2002 20:38:40 +0100
> On Tue, 2002-07-30 at 10:33, Sergey V. Udaltsov wrote:
> > #5 0x400593d5 in Bonobo_ControlFrame_getUIHandler (_obj=0x80b6108,
> Put a breakpoint in the other end - the container - where you have
> created your custom UIContainer, put the breakpoint in
> impl_Bonobo_Control_getUIHandler, and see what it is doing there.
Heh!!! The most funny thing is that
impl_Bonobo_ControlFrame_getUIHandler NEVER gets the control (actually,
this function was static in the sources, so I had to make it public and
rebuild). I double checked:
$ gdb ./xkb-properties-capplet
GNU gdb Red Hat Linux (5.2-2)
...
This GDB was configured as "i386-redhat-linux"...
(gdb) break XkbCappletPreviewClicked
Breakpoint 1 at 0x804f94c: file xkb_capplet_preview.c, line 55.
(gdb) run
Starting program:
/home/svu/GSwitchIt/gswitchit/capplet/xkb-properties-capplet
Breakpoint 1, XkbCappletPreviewClicked (button=0x0, gswic=0xbffed450) at
xkb_capplet_preview.c:55
55 GtkWidget *frame = XkbCappletGetGladeWidget( gswic, "framePreview"
);
(gdb) break impl_Bonobo_ControlFrame_getUIHandler
Breakpoint 2 at 0x4032e797: file bonobo-control-frame.c, line 69.
(gdb) cont
Continuing.
** WARNING **: Filename : '//home/svu/.gnome_private/xkbpreview.ps'
ORBit-WARNING **: Request getUIHandler, ID -1073819636 was rejected by
the authentication mechanism!
Funny, isn't it?
I means ggv (oafd side) is trying to get UI handler of the ControlFrame
- and client side ControlFrame does not event know this!
Any other ideas/comments would be more than welcome.
Sergey
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]