panel applet Warnings

2005-05-23 Thread Craig Harding
I'm trying to swap images when a button is pressed. When I click it the first time it switches correctly but when I click the button again it should switch back to the original image but doesn't. While clicking on the buttons, I get the following.. (my-applet:7414): Gtk-CRITICAL **: file

Re: panel applet Warnings

2005-05-23 Thread Havoc Pennington
It's just a typo: On Mon, 2005-05-23 at 15:25 -0230, Craig Harding wrote: gtk_container_remove (GTK_CONTAINER (play_event_box), play_button); gtk_container_add (GTK_CONTAINER (play_event_box), pause_button);