On Fri, 30 Jun 2006 01:22:39 +0200, Enrico Tröger
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a notebook and connected a callback function
> "on_notebook1_switch_page" to the switch_page signal.
>
> If I put a g_message("test") call in the function, I see that the
> function is called two times
Hi,
I have a notebook and connected a callback function
"on_notebook1_switch_page" to the switch_page signal.
If I put a g_message("test") call in the function, I see that the
function is called two times when I switch from one page to another.
I connected the callback only once.
Is this a kind