Re: "switch_page" signal from gtk_notebook is fired two times

2006-06-29 Thread Enrico Tröger
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

"switch_page" signal from gtk_notebook is fired two times

2006-06-29 Thread Enrico Tröger
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