static void
popup_handle_move (MateComponentUIComponent *uic,
		   MatePanelAppletFrame  *frame,
		   const gchar       *verbname)
{
	_mate_panel_applet_frame_applet_move (frame);
}
static void
mate_panel_applet_frame_dbus_applet_move (MatePanelAppletContainer *container,
				     MatePanelAppletFrame     *frame)
{
	_mate_panel_applet_frame_applet_move (frame);
}