--- main.c 2008/04/18 23:00:37 1.2 +++ main.c 2008/04/18 22:53:26 @@ -356,6 +356,7 @@ /* Add Button */ poMonitor->wButton = (Widget_t) xfce_create_panel_button (); + xfce_panel_plugin_add_action_widget (plugin, poMonitor->wButton); gtk_box_pack_start (GTK_BOX (poMonitor->wImgBox), GTK_WIDGET (poMonitor->wButton), TRUE, FALSE, 0);